about summary refs log tree commit diff
path: root/tests/mir-opt/const_prop/control_flow_simplification.hello.GVN.panic-unwind.diff
AgeCommit message (Collapse)AuthorLines
2025-07-23Give an AllocId to ConstValue::Slice.Camille GILLOT-0/+4
2025-04-02Do not use `for_each_assignment_mut` to iterate over assignment statementsdianqk-1/+2
`for_each_assignment_mut` can skip assignment statements with side effects, which can result in some assignment statements retrieving outdated value. For example, it may skip a dereference assignment statement.
2024-03-10MIR printing: print the path of uneval'd const; refer to promoteds in a ↵Ralf Jung-1/+1
consistent way
2023-12-24Replace legacy ConstProp by GVN.Camille GILLOT-0/+25