summaryrefslogtreecommitdiffstats
path: root/llvm/test/CodeGen/X86/sad_variations.ll
Commit message (Collapse)AuthorAgeFilesLines
* [X86][SSE2] Fix asm string for movq (Move Quadword) instruction.Ayman Musa2017-04-261-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 PSADBWOren Ben Simhon2017-04-041-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
OpenPOWER on IntegriCloud