[PATCH] D8690: [X86][XOP] Added support for the lowering of 128-bit vector shifts to XOP shift instructions

Simon Pilgrim via llvm-commits llvm-commits at lists.llvm.org
Sat Sep 26 10:04:53 PDT 2015


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

Updated old patch now that I finally have test hardware again.


Repository:
  rL LLVM

http://reviews.llvm.org/D8690

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
  lib/Target/X86/X86TargetTransformInfo.cpp
  test/Analysis/CostModel/X86/vshift-cost.ll
  test/CodeGen/X86/vector-shift-ashr-128.ll
  test/CodeGen/X86/vector-shift-ashr-256.ll
  test/CodeGen/X86/vector-shift-lshr-128.ll
  test/CodeGen/X86/vector-shift-lshr-256.ll
  test/CodeGen/X86/vector-shift-shl-128.ll
  test/CodeGen/X86/vector-shift-shl-256.ll

-------------- next part --------------
A non-text attachment was scrubbed...
Name: D8690.35802.patch
Type: text/x-patch
Size: 91175 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20150926/8224d439/attachment.bin>


More information about the llvm-commits mailing list