[PATCH] D28353: [X86] Optimize vector shifts with variable but uniform shift amounts

Zvi Rackover via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Thu Jan 5 07:22:42 PST 2017


This revision was automatically updated to reflect the committed changes.
Closed by commit rL291120: [X86] Optimize vector shifts with variable but uniform shift amounts (authored by zvi).

Changed prior to commit:
  https://reviews.llvm.org/D28353?vs=83224&id=83234#toc

Repository:
  rL LLVM

https://reviews.llvm.org/D28353

Files:
  llvm/trunk/lib/Target/X86/X86ISelLowering.cpp
  llvm/trunk/test/CodeGen/X86/lower-vec-shift-2.ll
  llvm/trunk/test/CodeGen/X86/vector-rotate-128.ll
  llvm/trunk/test/CodeGen/X86/vector-shift-ashr-128.ll
  llvm/trunk/test/CodeGen/X86/vector-shift-ashr-256.ll
  llvm/trunk/test/CodeGen/X86/vector-shift-ashr-512.ll
  llvm/trunk/test/CodeGen/X86/vector-shift-lshr-128.ll
  llvm/trunk/test/CodeGen/X86/vector-shift-lshr-256.ll
  llvm/trunk/test/CodeGen/X86/vector-shift-lshr-512.ll
  llvm/trunk/test/CodeGen/X86/vector-shift-shl-128.ll
  llvm/trunk/test/CodeGen/X86/vector-shift-shl-256.ll
  llvm/trunk/test/CodeGen/X86/vector-shift-shl-512.ll
  llvm/trunk/test/CodeGen/X86/vshift-4.ll

-------------- next part --------------
A non-text attachment was scrubbed...
Name: D28353.83234.patch
Type: text/x-patch
Size: 36106 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20170105/2bed3890/attachment.bin>


More information about the llvm-commits mailing list