summary refs log tree commit diff
path: root/src/test/mir-opt/const_prop/slice_len.rs
AgeCommit message (Expand)AuthorLines
2020-07-29add crate name to mir dumpsXavier Denis-1/+1
2020-04-07Add EMIT_MIR_FOR_EACH_BIT_WIDTH to tests that need it.Ana-Maria Mihalache-1/+2
2020-04-07--bless more mir-opt tests.Ana-Maria Mihalache-40/+2
2020-01-10Promote `Ref`s to constants instead of staticSantiago Pastorino-2/+4
2019-11-23[const prop] Fix "alloc id without corresponding allocation" ICEWesley Wiser-2/+2
2019-09-27[const-prop] Replace `eval_place()` with use of `InterpCx`Wesley Wiser-1/+1
2019-06-06[const-prop] Handle Rvalue::LenWesley Wiser-18/+22
2019-05-15Add some tests for constant propagationWesley Wiser-0/+37