about summary refs log tree commit diff
path: root/src/test/mir-opt/dest-prop
AgeCommit message (Expand)AuthorLines
2021-09-01Fix drop handling for `if let` expressionsMatthew Jasper-1/+1
2021-08-22Fix typos “an”→“a” and a few different ones that appeared in the sa...Frank Steffahn-1/+1
2021-03-16bless testsErik Desjardins-2/+0
2021-03-15bless testsErik Desjardins-6/+6
2021-03-13Extend SimplifyLocals to remove ZST writesSimon Vandel Sillesen-2/+0
2021-03-06Disable destination propagation on all mir-opt-levelsTomasz Miąsko-5/+5
2021-01-07Reintroduce hir::ExprKind::IfCaio-8/+8
2020-10-27Show the inline stack of MIR lints that only occur after inliningOliver Scherer-4/+4
2020-10-21rustc_mir: track inlined callees in SourceScopeData.Eduard-Mihai Burtescu-2/+2
2020-10-17Remove the old copy propagation passJonas Schievink-0/+147
2020-09-25Rollup merge of #77066 - jonas-schievink:dest-prop-borrow, r=oli-obkJonas Schievink-12/+6
2020-09-22rebless after rebaseSimon Vandel Sillesen-8/+0
2020-09-22Bless mir-opt testsJonas Schievink-12/+6
2020-09-18Fix dest-prop mir-opt testsJonas Schievink-81/+25
2020-09-18Add a few dest-prop MIR testsJonas Schievink-0/+362