| Commit message (Collapse) | Author | Age | Files | Lines | |
|---|---|---|---|---|---|
| * | Fix spelling. NFCI. | Simon Pilgrim | 2016-02-26 | 1 | -1/+1 |
| | | | | | llvm-svn: 262078 | ||||
| * | [X86][SSE] Improve PSHUFB shuffle mask decoding. | Simon Pilgrim | 2016-02-18 | 1 | -16/+36 |
| | | | | | | | | | In cases where the PSHUFB shuffle mask is shared it might not be bitcasted to a vXi8 byte vector. This patch adds support for decoding these wider shuffle masks from the ConstantPool. The test case in question makes use of this to recognise the shuffle mask is an unary UNPCKL pattern and simplifies accordingly. llvm-svn: 261201 | ||||
| * | [X86] Move shuffle decoding for constant pool into the X86CodeGen library to ↵ | Craig Topper | 2015-12-31 | 1 | -0/+190 |
| remove a layering violation in the Util library. llvm-svn: 256680 | |||||

