summary refs log tree commit diff
path: root/tests/mir-opt/const_prop
AgeCommit message (Expand)AuthorLines
2023-04-06Ignore many tests on wasm32Gary Guo-19/+41
2023-03-22Add `CastKind::Transmute` to MIRScott McMurray-0/+262
2023-03-13Generalize operation.Camille GILLOT-15/+12
2023-03-13Replace ZST operands and debuginfo by constants.Camille GILLOT-12/+74
2023-03-13Auto merge of #108471 - clubby789:unbox-the-syntax, r=Nilstrieb,est31bors-35/+37
2023-03-12Remove uses of `box_syntax` in rustc and toolsclubby789-35/+37
2023-03-08Bless 32bit.Camille GILLOT-1/+1
2023-03-08Remove OnlyPropagateInto.Camille GILLOT-3/+5
2023-03-08Do not track span in ConstProp.Camille GILLOT-3/+3
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