Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | [SCEV] Simplify umin/max of zext and sext of the same value | Philip Reames | 2019-10-19 | 1 | -44/+44 |
| | | | | | | | | This is a common idiom which arises after induction variables are widened, and we have two or more exit conditions. Interestingly, we don't have instcombine or instsimplify support for this either. Differential Revision: https://reviews.llvm.org/D69006 llvm-svn: 375349 | ||||
* | [Test] Precommit test for D69006 | Philip Reames | 2019-10-17 | 1 | -0/+317 |
llvm-svn: 375190 |