about summary refs log tree commit diff
path: root/tests/mir-opt/const_debuginfo.main.ConstDebugInfo.diff
AgeCommit message (Collapse)AuthorLines
2024-06-10Delete `ConstDebugInfo` passScott McMurray-115/+0
2023-12-24Replace legacy ConstProp by GVN.Camille GILLOT-10/+15
2023-10-31FileCheck const_debuginfo.Camille GILLOT-38/+53
2023-10-25Do not remove unused definitions inside GVN.Camille GILLOT-42/+33
2023-10-21Use a ConstValue instead.Camille GILLOT-2/+6
2023-10-21Generate ValTrees in DataflowConstProp.Camille GILLOT-2/+3
2023-09-05Refactor how MIR represents composite debuginfo.Camille GILLOT-2/+10
2023-06-15Remove comments from mir-opt MIR dumpsBen Kimock-67/+64
2023-02-05Simplify construction of replacement map.Camille GILLOT-22/+30
2023-02-05Fix SROA without deaggregation.Camille GILLOT-18/+12
2023-02-02Bless tests.Camille GILLOT-45/+28
2023-02-02Stop deaggregating enums in MIR.Camille GILLOT-3/+1
2023-01-31Remove both StorageLive and StorageDead in CopyProp.Camille GILLOT-3/+0
2023-01-27Do not merge locals that have their address taken.Camille GILLOT-0/+3
2023-01-27Implement SSA CopyProp pass.Camille GILLOT-15/+0
2023-01-11Move /src/test to /testsAlbert Larsan-0/+126