about summary refs log tree commit diff
path: root/src/test/mir-opt/copy_propagation_arg.rs
AgeCommit message (Expand)AuthorLines
2020-10-17Remove the old copy propagation passJonas Schievink-39/+0
2020-07-29add crate name to mir dumpsXavier Denis-4/+4
2020-04-07--bless all mir-opt tests.Ana-Maria Mihalache-97/+4
2019-06-25Use `as_temp` to evaluate statement expressionsMatthew Jasper-0/+2
2018-12-25Remove licensesMark Rousskov-10/+0
2018-06-27Update MIR opt testsMatthew Jasper-6/+4
2018-02-20rustc_mir: optimize the deaggregator's expansion of statements.Eduard-Mihai Burtescu-11/+15
2018-02-20rustc_mir: handle all aggregate kinds in the deaggregator.Eduard-Mihai Burtescu-2/+0
2017-12-03Fix MIR CopyPropagation regressionShotaro Yamada-26/+50
2017-11-28tests: update to include move annotations in MIR.Eduard-Mihai Burtescu-7/+7
2017-11-10Separately eliminate self-assignmentssinkuu-1/+2
2017-11-10Fix MIR CopyPropagation errneously propagating assignments to function argumentssinkuu-0/+115