summary refs log tree commit diff
path: root/src/test/mir-opt/const_prop/slice_len.rs
AgeCommit message (Expand)AuthorLines
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