about summary refs log tree commit diff
path: root/tests/mir-opt/inline/inline_generator.main.Inline.panic-unwind.diff
AgeCommit message (Collapse)AuthorLines
2023-10-20s/generator/coroutine/Oli Scherer-124/+0
2023-10-20s/Generator/Coroutine/Oli Scherer-4/+4
2023-10-19Allow to run filecheck in mir-opt tests.Camille GILLOT-11/+11
2023-10-05move subtyper change reveal_allouz-a-26/+22
2023-10-04Remove mir::LocalDecl::internal.Camille GILLOT-0/+4
2023-10-02have better explanation for `relate_types`ouz-a-1/+1
2023-10-02change is_subtype to relate_typesouz-a-22/+25
2023-10-02Add docs, remove code, change subtyper codeouz-a-1/+2
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.