You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Introduces a suite of code generation tests to the `benches` folder.
Each tests consists of a pair of files: a Rust source containing a
function named `codegen_test`, and a `.x86-64.mca` file containing
the llvm-mca analysis of `codegen_test`. In practice, these tests
operate similarly to UI tests; CI checks a fresh llvm-mca analysis
against that in the file, and fails if they mismatch. Changes can
be expressly blessed via `BLESS=1`.
gherrit-pr-id: G5964d13c9ffb7a47ed4662892ef92c90ddc51e12
0 commit comments