about summary refs log tree commit diff
path: root/tests/mir-opt/dataflow-const-prop/aggregate_copy.foo.DataflowConstProp.diff
AgeCommit message (Collapse)AuthorLines
2024-08-18Bless *all* the mir-opt testsScott McMurray-4/+4
2024-07-15Ignore allocation bytes in one more mir-opt testUlrich Weigand-4/+2
Following on PR #126502, add `rustc -Zdump-mir-exclude-alloc-bytes` to tests/mir-opt/dataflow-const-prop/aggregate_copy.rs as well to skip writing allocation bytes in MIR dumps. Fixes #126261
2024-07-13Propagate places through assignments.Camille GILLOT-6/+16
2024-07-13Add test for copying aggregates.Camille GILLOT-0/+55