about summary refs log tree commit diff
path: root/tests/mir-opt/reference_prop.reference_propagation_const_ptr.ReferencePropagation.diff
AgeCommit message (Expand)AuthorLines
2025-08-11Convert moves of references to copies in RefPropBen Kimock-6/+12
2024-08-18Bless *all* the mir-opt testsScott McMurray-26/+26
2024-04-20GVN borrowed locals too.Camille GILLOT-2/+4
2024-04-03Remove MIR unsafe checkMatthew Jasper-140/+118
2023-08-17Revert "Implement references VarDebugInfo."Camille GILLOT-38/+30
2023-06-23Bless testsGary Guo-11/+11
2023-06-15Remove comments from mir-opt MIR dumpsBen Kimock-392/+359
2023-05-13Iterate ReferencePropagation to fixpoint.Camille GILLOT-42/+144
2023-05-13Implement references VarDebugInfo.Camille GILLOT-36/+39
2023-05-09Add needs-unwind.Camille GILLOT-9/+9
2023-05-09Separate test cases into bbs.Camille GILLOT-218/+316
2023-05-09Do not consider borrowed Freeze locals as SSA.Camille GILLOT-2/+1
2023-05-09Implement SSA-based reference propagation.Camille GILLOT-0/+334