about summary refs log tree commit diff
path: root/tests/mir-opt/inline/unwrap_unchecked.unwrap_unchecked.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-14Merge return place with other locals in CopyProp.Camille GILLOT-6/+2
2023-05-08Disable nrvo mir optJakob Degen-2/+6
2023-04-20Run combine_duplicate_switch_targets after the simplification that produces themBen Kimock-1/+1
2023-03-25Ignore the unwrap_unchecked test on wasm32-unknown-unknownBen Kimock-2/+2
2023-03-18Enable inlining of diverging functionsBen Kimock-0/+55