[PATCH] D18189: [X86][XOP] Support for VPPERM byte shuffle instruction

Simon Pilgrim via llvm-commits llvm-commits at lists.llvm.org
Wed Mar 23 17:04:19 PDT 2016


RKSimon updated this revision to Diff 51493.
RKSimon added a comment.

Reduced the patch to just the plumbing for the X86ISD::VPPERM opcode.

Yeah, VPPERM is pretty nifty - I'll probably try to make use of at least some of its features (bitreverse comes to mind) in future patches, but for now I'm just interested in binary shuffle combining.


Repository:
  rL LLVM

http://reviews.llvm.org/D18189

Files:
  lib/Target/X86/X86ISelLowering.cpp
  lib/Target/X86/X86ISelLowering.h
  lib/Target/X86/X86InstrFragmentsSIMD.td
  lib/Target/X86/X86InstrXOP.td
  lib/Target/X86/X86IntrinsicsInfo.h
  test/CodeGen/X86/vector-shuffle-combining-xop.ll

-------------- next part --------------
A non-text attachment was scrubbed...
Name: D18189.51493.patch
Type: text/x-patch
Size: 6747 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20160324/7d36f8a5/attachment.bin>


More information about the llvm-commits mailing list