| Age | Commit message (Collapse) | Author | Lines | |
|---|---|---|---|---|
| 2020-10-21 | Introduce a temporary for discriminant value in MatchBranchSimplification | Tomasz Miąsko | -1/+5 | |
| The optimization introduces additional uses of the discriminant operand, but does not ensure that it is still valid to evaluate it or that it still evaluates to the same value. Evaluate it once at original position, and store the result in a new temporary. | ||||
| 2020-10-20 | Disable MatchBranchSimplification | Tomasz 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-17 | Rename 64 bit mir files to be more tool friendly | Nixon Enraght-Moony | -0/+42 | |
| See #75746 | ||||
