[PATCH] D20049: [X86][XOP] Support for VPERMIL2PD/VPERMIL2PS 2-input shuffle instructions

Simon Pilgrim via llvm-commits llvm-commits at lists.llvm.org
Wed Jun 1 01:33:06 PDT 2016


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

Added auto-upgrade for old vpermil2 intrinsics still using a float/double vector for its shuffle mask


Repository:
  rL LLVM

http://reviews.llvm.org/D20049

Files:
  include/llvm/IR/IntrinsicsX86.td
  lib/IR/AutoUpgrade.cpp
  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/stack-folding-xop.ll
  test/CodeGen/X86/vector-shuffle-combining-xop.ll
  test/CodeGen/X86/xop-intrinsics-x86_64-upgrade.ll
  test/CodeGen/X86/xop-intrinsics-x86_64.ll

-------------- next part --------------
A non-text attachment was scrubbed...
Name: D20049.59181.patch
Type: text/x-patch
Size: 37461 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20160601/242afe68/attachment.bin>


More information about the llvm-commits mailing list