Commit message (Expand) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | [InstCombine] Support ~(c-X) --> X+(-c-1) and ~(X-c) --> (-c-1)-X for splat v... | Craig Topper | 2017-08-06 | 1 | -1/+1 |
* | [InstCombine] narrow truncated add/sub/mul with constant | Sanjay Patel | 2017-08-04 | 1 | -1/+1 |
* | [InstCombine] scalarizePHI should not assume the code it sees has been CSE'd | Michael Kuperstein | 2016-06-06 | 1 | -5/+60 |
* | [opaque pointer type] Add textual IR support for explicit type parameter to g... | David Blaikie | 2015-02-27 | 1 | -1/+1 |
* | InstCombine: Teach most integer add/sub/mul/div combines how to deal with vec... | Benjamin Kramer | 2014-01-19 | 1 | -1/+1 |
* | Fix broken CHECK lines. | Benjamin Kramer | 2014-01-11 | 1 | -1/+1 |
* | scalarizePHI needs to insert the next ExtractElement in the same block | Joey Gouly | 2013-05-24 | 1 | -0/+25 |
* | Added a function scalarizePHI() that sclarizes a vector phi instruction if it... | Anat Shemer | 2013-04-18 | 1 | -0/+27 |