summary refs log tree commit diff
path: root/tests/mir-opt/inline/inline_generator.main.Inline.panic-unwind.diff
AgeCommit message (Collapse)AuthorLines
2023-09-24Embed simplification into VnState.Camille GILLOT-1/+1
2023-09-24Add global value numbering pass.Camille GILLOT-6/+2
2023-09-23Bless mir-optCamille GILLOT-16/+28
2023-09-21adjust how closure/generator types and rvalues are printedRalf Jung-15/+15
2023-06-23Bless testsGary Guo-1/+1
2023-06-16Ignore the always part of #[inline(always)] in MIR inliningBen Kimock-15/+15
2023-06-15Remove comments from mir-opt MIR dumpsBen Kimock-80/+60
2023-06-12bless mir-optPietro Albini-0/+132
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.