[PATCH] D51263: [X86][SSE] Improve variable scalar shift of vXi8 vectors (PR34694)

Simon Pilgrim via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Tue Aug 28 03:38:47 PDT 2018


This revision was automatically updated to reflect the committed changes.
Closed by commit rL340813: [X86][SSE] Improve variable scalar shift of vXi8 vectors (PR34694) (authored by RKSimon, committed by ).

Changed prior to commit:
  https://reviews.llvm.org/D51263?vs=162720&id=162820#toc

Repository:
  rL LLVM

https://reviews.llvm.org/D51263

Files:
  llvm/trunk/lib/Target/X86/X86ISelLowering.cpp
  llvm/trunk/test/CodeGen/X86/vector-rotate-512.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

-------------- next part --------------
A non-text attachment was scrubbed...
Name: D51263.162820.patch
Type: text/x-patch
Size: 94583 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20180828/52afc552/attachment.bin>


More information about the llvm-commits mailing list