summary refs log tree commit diff
path: root/src/test/mir-opt/loop_test.rs
AgeCommit message (Expand)AuthorLines
2019-07-07Only omit StorageLive/Dead for variable that are never initializedMatthew Jasper-0/+1
2019-06-25Use `as_temp` to evaluate statement expressionsMatthew Jasper-0/+1
2019-06-13Create fewer basic blocks in match MIR loweringMatthew Jasper-6/+7
2019-05-10Adjust mir-opt tests for new HIR without IfMazdak Farrokhzad-10/+11
2019-03-03Check which blocks are cleanup in mir-opt testsMatthew Jasper-1/+1
2018-12-25Remove licensesMark Rousskov-10/+0
2018-11-18Remove mir::StatementKind::EndRegionMatthew Jasper-1/+1
2018-09-18Update mir-opt test suiteRémy Rakic-0/+1
2018-02-07Fix tests for MIR loop loweringbobtwinkles-0/+49