about summary refs log tree commit diff
path: root/tests/mir-opt/inline/issue_106141.outer.Inline.diff
AgeCommit message (Collapse)AuthorLines
2023-06-12bless mir-optPietro Albini-55/+0
To reproduce the changes in this commit locally: - Run `./x test tidy` and remove all the output files not associated with a test file anymore, as reported by tidy. - Run `./x test tests/mir-opt --bless` to generate the new outputs.
2023-05-21Normalize block and local orders in mir-opt testsScott McMurray-9/+9
Since this only affects `PreCodegen MIR, and it would be nice for that to be resilient to permutations of things that don't affect the actual semantic behaviours.
2023-04-22Turn on ConstDebugInfo pass.Wesley Wiser-1/+1
2023-04-06Ignore many tests on wasm32Gary Guo-19/+19
2023-01-14Make the inlining destination a `Local`.Camille GILLOT-0/+55