Commit message (Expand) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | [InstCombine] Add support for turning vector sdiv into udiv. | Craig Topper | 2017-04-17 | 1 | -2/+2 |
* | [InstCombine] Add test cases for missing support for turning vector sdiv into... | Craig Topper | 2017-04-17 | 1 | -0/+15 |
* | [InstCombine] canonicalize min/max constant to select's false value | Sanjay Patel | 2016-11-21 | 1 | -2/+2 |
* | [InstCombine] regenerate checks | Sanjay Patel | 2016-05-02 | 1 | -33/+43 |
* | InstSimplify: X >> X -> 0 | David Majnemer | 2013-07-09 | 1 | -3/+3 |
* | InstCombine: Reimplementation of visitUDivOperand | David Majnemer | 2013-07-04 | 1 | -1/+0 |
* | Revert r185257 (InstCombine: Be more agressive optimizing 'udiv' instrs with ... | Hal Finkel | 2013-07-02 | 1 | -0/+1 |
* | InstCombine: Be more agressive optimizing 'udiv' instrs with 'select' denoms | David Majnemer | 2013-06-29 | 1 | -0/+38 |
* | InstCombine: Make sure we use the pre-zext type when creating a constant of a... | Benjamin Kramer | 2012-09-21 | 1 | -0/+14 |
* | Look pass zext to strength reduce an udiv. Patch by David Majnemer. rdar://11... | Evan Cheng | 2012-06-21 | 1 | -0/+23 |