Commit message (Expand) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | [DAGCombiner] allow transforming (select Cond, C +/- 1, C) to (add(ext Cond), C) | Sanjay Patel | 2017-03-04 | 1 | -144/+36 |
* | [DAGCombiner] fold binops with constant into select-of-constants | Sanjay Patel | 2017-03-01 | 1 | -299/+208 |
* | [PPC] add tests for select-of-constants with binop; NFC | Sanjay Patel | 2017-03-01 | 1 | -0/+557 |
* | [DAGCombiner] add missing folds for scalar select of {-1,0,1} | Sanjay Patel | 2017-02-24 | 1 | -54/+11 |
* | [PowerPC] add tests for select-of-constants; NFC | Sanjay Patel | 2017-02-17 | 1 | -0/+474 |