about summary refs log tree commit diff
path: root/tests/mir-opt/dataflow-const-prop
AgeCommit message (Expand)AuthorLines
2023-02-23Rollup merge of #108208 - cjgillot:flood-enum, r=oli-obkMatthias Krüger-2/+102
2023-02-18Remove overflow checks from ConstProp.Camille GILLOT-13/+22
2023-02-18Use the correct place for enum variants.Camille GILLOT-2/+4
2023-02-18Flood aggregate assignments with `Top`.Camille GILLOT-2/+1
2023-02-18Add mir-opt test.Camille GILLOT-0/+99
2023-02-16Auto merge of #107449 - saethlin:enable-copyprop, r=oli-obkbors-5/+7
2023-02-15Rollup merge of #107411 - cjgillot:dataflow-discriminant, r=oli-obkDylan DPC-10/+77
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