summary refs log tree commit diff
path: root/tests/mir-opt/pre-codegen/mem_replace.mem_replace.PreCodegen.after.mir
AgeCommit message (Collapse)AuthorLines
2023-08-23Disable MIR SROA optimization by defaultWesley Wiser-2/+8
Turn off the MIR SROA optimization by default to prevent incorrect debuginfo generation and rustc ICEs caused by invalid LLVM IR being created. Related to #115113
2023-06-15Remove comments from mir-opt MIR dumpsBen Kimock-27/+27
2023-05-31Enable ScalarReplacementOfAggregatesBen Kimock-8/+2
2023-05-14Merge return place with other locals in CopyProp.Camille GILLOT-23/+19
2023-05-08Disable nrvo mir optJakob Degen-19/+23
2023-04-30Codegen fewer instructions in `mem::replace`Scott McMurray-22/+10
2023-04-30MIR pre-codegen test for `mem::replace`Scott McMurray-0/+65