summary refs log tree commit diff
path: root/tests/mir-opt/const_prop
AgeCommit message (Expand)AuthorLines
2023-02-18Remove overflow checks from ConstProp.Camille GILLOT-1/+50
2023-02-05Bless 32bit tests.Camille GILLOT-19/+21
2023-02-05Run SROA to fixpoint.Camille GILLOT-15/+12
2023-02-05Simplify construction of replacement map.Camille GILLOT-17/+30
2023-02-05Fix SROA without deaggregation.Camille GILLOT-41/+36
2023-02-02Add partial propagation test.Camille GILLOT-20/+162
2023-02-02Bless tests.Camille GILLOT-85/+46
2023-02-02Stop deaggregating enums in MIR.Camille GILLOT-29/+21
2023-02-02Rollup merge of #107524 - cjgillot:both-storage, r=RalfJungMatthias Krüger-2/+0
2023-01-31Remove both StorageLive and StorageDead in CopyProp.Camille GILLOT-2/+0
2023-01-29Reimplement NormalizeArrayLen.Camille GILLOT-6/+6
2023-01-27Do not merge locals that have their address taken.Camille GILLOT-0/+2
2023-01-27Implement SSA CopyProp pass.Camille GILLOT-41/+12
2023-01-27Make tests unit.Camille GILLOT-78/+16
2023-01-12Fix mir-opt tests for big-endian platformsUlrich Weigand-2/+2
2023-01-11Move /src/test to /testsAlbert Larsan-0/+2473