Commit message (Expand) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | [InstCombine] use m_APInt to allow ashr folds for vectors with splat constants | Sanjay Patel | 2017-01-15 | 1 | -3/+3 |
* | [InstCombine] add tests to show likely unwanted select widening; NFC | Sanjay Patel | 2016-11-18 | 1 | -0/+270 |
* | [InstCombine] add tests to show size-increasing select transforms | Sanjay Patel | 2016-11-11 | 1 | -0/+46 |
* | [InstCombine] fold select X, (ext X), C | Sanjay Patel | 2016-10-07 | 1 | -16/+8 |
* | [InstCombine] allow non-splat folds of select cond (ext X), C | Sanjay Patel | 2016-09-30 | 1 | -4/+4 |
* | [InstCombine] add tests for non-splat select(ext) | Sanjay Patel | 2016-09-30 | 1 | -0/+22 |
* | [InstCombine] add tests for select X, (ext X), C | Sanjay Patel | 2016-09-30 | 1 | -0/+91 |
* | [InstCombine] try to fold (select C, (sext A), B) into logical ops | Nicolai Haehnle | 2016-08-05 | 1 | -24/+50 |
* | [InstCombine] Cleanup select-bitext.ll tests | Nicolai Haehnle | 2016-08-03 | 1 | -72/+32 |
* | [InstCombine] Add select-bitext.ll tests | Nicolai Haehnle | 2016-08-03 | 1 | -0/+214 |