summary refs log tree commit diff
path: root/src/test/mir-opt/matches_reduce_branches.foo.MatchBranchSimplification.32bit.diff
AgeCommit message (Collapse)AuthorLines
2020-11-06Disable MatchBranchSimplificationTomasz Miąsko-11/+11
This optimization can result in unsoundness, because it introduces additional uses of a place holding the discriminant value without ensuring that it is valid to do so.
2020-09-17Rename 32 bit mir files to be more tool friendlyNixon Enraght-Moony-0/+42
See #75746