about summary refs log tree commit diff
path: root/tests/mir-opt/simplify_locals_fixedpoint.foo.SimplifyLocals-final.panic-abort.diff
AgeCommit message (Collapse)AuthorLines
2025-04-21mir-opt: execute MatchBranchSimplification after GVNdianqk-2/+3
This can provide more opportunities for MatchBranchSimplification.
2024-08-18Bless *all* the mir-opt testsScott McMurray-1/+1
2024-03-07Get all variants to eliminate the default branching if we cannot get the ↵DianQK-1/+1
layout of type
2024-03-07Replace the default branch with an unreachable branch If it is the last variantDianQK-1/+5
2023-06-15Remove comments from mir-opt MIR dumpsBen Kimock-27/+27
2023-06-12bless mir-optPietro Albini-0/+50
To reproduce the changes in this commit locally: - Run `./x test tidy` and remove all the output files not associated with a test file anymore, as reported by tidy. - Run `./x test tests/mir-opt --bless` to generate the new outputs.