Commit message (Expand) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | [DAGCombiner] Enable UADDO/USUBO vector combine support | Simon Pilgrim | 2019-03-06 | 1 | -21/+12 |
* | [DAGCombiner] Add SADDO/SSUBO combine support | Simon Pilgrim | 2019-03-06 | 1 | -22/+0 |
* | [X86][SSE] VSELECT(XOR(Cond,-1), LHS, RHS) --> VSELECT(Cond, RHS, LHS) | Simon Pilgrim | 2019-03-06 | 1 | -21/+15 |
* | Fix typo in constant vector | Simon Pilgrim | 2019-03-05 | 1 | -4/+4 |
* | [X86] Add SADDO/UADDO and SSUBO/USUBO combine tests | Simon Pilgrim | 2019-03-05 | 1 | -0/+216 |