about summary refs log tree commit diff
path: root/tests/mir-opt/dataflow-const-prop
AgeCommit message (Expand)AuthorLines
2023-02-13Clearly document intentional UB in mir-opt testsBen Kimock-2/+9
2023-02-12Enable CopyProp by default, tune the impl a bitBen Kimock-5/+7
2023-02-06Handle discriminants in dataflow-const-prop.Camille GILLOT-10/+77
2023-02-02Bless tests.Camille GILLOT-16/+7
2023-02-02Stop deaggregating enums in MIR.Camille GILLOT-3/+1
2023-01-31Remove both StorageLive and StorageDead in CopyProp.Camille GILLOT-2/+0
2023-01-27Do not merge locals that have their address taken.Camille GILLOT-0/+2
2023-01-27Implement SSA CopyProp pass.Camille GILLOT-10/+0
2023-01-11Move /src/test to /testsAlbert Larsan-0/+907