| Age | Commit message (Collapse) | Author | Lines | |
|---|---|---|---|---|
| 2023-08-23 | Disable MIR SROA optimization by default | Wesley 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-15 | Remove comments from mir-opt MIR dumps | Ben Kimock | -23/+23 | |
| 2023-05-31 | Enable ScalarReplacementOfAggregates | Ben Kimock | -15/+5 | |
| 2023-05-21 | Normalize block and local orders in mir-opt tests | Scott 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-23 | Add mir-opt tests to track MIR quality. | Camille GILLOT | -0/+56 | |
