summary refs log tree commit diff
path: root/tests/mir-opt/pre-codegen/simple_option_map.ezmap.PreCodegen.after.mir
AgeCommit message (Collapse)AuthorLines
2023-08-23Disable MIR SROA optimization by defaultWesley Wiser-4/+14
Turn off the MIR SROA optimization by default to prevent incorrect debuginfo generation and rustc ICEs caused by invalid LLVM IR being created. Related to #115113
2023-06-15Remove comments from mir-opt MIR dumpsBen Kimock-23/+23
2023-05-31Enable ScalarReplacementOfAggregatesBen Kimock-15/+5
2023-05-21Normalize block and local orders in mir-opt testsScott McMurray-20/+20
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-23Add mir-opt tests to track MIR quality.Camille GILLOT-0/+56