[PATCH] SSE pslldq/psrldq shuffle mask decodes

Simon Pilgrim llvm-dev at redking.me.uk
Fri Oct 3 03:52:33 PDT 2014


Hi chandlerc, andreadb,

Patch to provide shuffle decodes and asm comments for the sse pslldq/psrldq byte shift instructions.

Added comments checks to a number of vector insert/shuffle tests (we don't have that many uses cases of slldq/srldq at the moment).

http://reviews.llvm.org/D5598

Files:
  lib/Target/X86/InstPrinter/X86InstComments.cpp
  lib/Target/X86/Utils/X86ShuffleDecode.cpp
  lib/Target/X86/Utils/X86ShuffleDecode.h
  test/CodeGen/X86/vec_insert-5.ll
  test/CodeGen/X86/vector-shuffle-128-v8.ll
-------------- next part --------------
A non-text attachment was scrubbed...
Name: D5598.14371.patch
Type: text/x-patch
Size: 10071 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20141003/61496df7/attachment.bin>


More information about the llvm-commits mailing list