| Commit message (Collapse) | Author | Age | Files | Lines | |
|---|---|---|---|---|---|
| * | [X86][SSE2] Fix asm string for movq (Move Quadword) instruction. | Ayman Musa | 2017-04-26 | 1 | -3/+3 |
| | | | | | | | | | Replace "mov{d|q}" with "movq". Differential Revision: https://reviews.llvm.org/D32220 llvm-svn: 301386 | ||||
| * | [X86] Add 64 bit pattern matching for PSADBW | Oren Ben Simhon | 2017-04-04 | 1 | -0/+347 |
| PSADBW pattern currently supports the 32 bit IR pattern and only GLT (greather than) comparison. The patch extends the pattern to catch also 64 bit IR pattern and includes all other comparison types (not only GLT). Differential Revision: https://reviews.llvm.org/D31577 llvm-svn: 299425 | |||||

