Commit message (Expand) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | [X86] Add broadcast load folding patterns to the NoVLX compare patterns. | Craig Topper | 2019-10-02 | 1 | -4/+2 |
* | [X86] Move bitselect matching to vpternlog into X86ISelDAGToDAG.cpp | Craig Topper | 2019-09-29 | 1 | -3/+3 |
* | [X86] Enable canonicalizeBitSelect for AVX512 since we can use VPTERNLOG now. | Craig Topper | 2019-09-29 | 1 | -14/+6 |
* | [X86][AVX] getTargetConstantBitsFromNode - extract bits from X86ISD::SUBV_BRO... | Simon Pilgrim | 2019-04-10 | 1 | -71/+47 |
* | [X86] Update the test case for v4i1 bitselect in combine-bitselect.ll to not ... | Craig Topper | 2019-04-03 | 1 | -62/+48 |
* | [X86] canonicalizeBitSelect - don't attempt to canonicalize mask registers | Simon Pilgrim | 2019-03-21 | 1 | -0/+82 |
* | [X86][SSE] Canonicalize OR(AND(X,C),AND(Y,~C)) -> OR(AND(X,C),ANDNP(C,Y)) | Simon Pilgrim | 2019-01-22 | 1 | -137/+138 |
* | [X86] Add OR(AND(X,C),AND(Y,~C)) bit select tests | Simon Pilgrim | 2019-01-07 | 1 | -0/+592 |