about summary refs log tree commit diff
path: root/tests/mir-opt/sroa
AgeCommit message (Collapse)AuthorLines
2023-10-19Allow to run filecheck in mir-opt tests.Camille GILLOT-0/+2
2023-09-05Refactor how MIR represents composite debuginfo.Camille GILLOT-5/+16
2023-07-07Rename `adjustment::PointerCast` and variants using it to `PointerCoercion`Nilstrieb-3/+3
It makes it sound like the `ExprKind` and `Rvalue` are supposed to represent all pointer related casts, when in reality their just used to share a some enum variants. Make it clear there these are only coercion to make it clear why only some pointer related "casts" are in the enum.
2023-06-15Remove comments from mir-opt MIR dumpsBen Kimock-477/+446
2023-04-24Update tests.Mara Bos-12/+12
2023-04-06Bless testsGary Guo-13/+13
2023-03-27Bless mir-opt tests.Mara Bos-22/+22
(Only the lifetime spans changed.)
2023-03-05Remove -Zverbose.Camille GILLOT-136/+125
2023-03-05Erase lifetimes in SROA.Camille GILLOT-0/+262
2023-03-05Move SROA tests.Camille GILLOT-0/+582