about summary refs log tree commit diff
path: root/tests/mir-opt/pre-codegen
AgeCommit message (Expand)AuthorLines
2023-05-08Disable nrvo mir optJakob Degen-87/+99
2023-04-30Codegen fewer instructions in `mem::replace`Scott McMurray-22/+10
2023-04-30MIR pre-codegen test for `mem::replace`Scott McMurray-0/+98
2023-04-27Also use `mir::Offset` for pointer `add`Scott McMurray-64/+28
2023-04-26Add some MIR pre-codegen tests for slice indexingScott McMurray-0/+348
2023-04-23Add mir-opt tests to track MIR quality.Camille GILLOT-0/+1254