[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
Sun Aug 26 07:21:10 PDT 2018
RKSimon updated this revision to Diff 162582.
RKSimon edited the summary of this revision.
RKSimon added a comment.
Updated version that forms the shift masks on the vector unit as well since they all use the same xmm shift value.
Repository:
rL LLVM
https://reviews.llvm.org/D51263
Files:
lib/Target/X86/X86ISelLowering.cpp
test/CodeGen/X86/vector-rotate-512.ll
test/CodeGen/X86/vector-shift-ashr-128.ll
test/CodeGen/X86/vector-shift-ashr-256.ll
test/CodeGen/X86/vector-shift-ashr-512.ll
test/CodeGen/X86/vector-shift-lshr-128.ll
test/CodeGen/X86/vector-shift-lshr-256.ll
test/CodeGen/X86/vector-shift-lshr-512.ll
test/CodeGen/X86/vector-shift-shl-128.ll
test/CodeGen/X86/vector-shift-shl-256.ll
test/CodeGen/X86/vector-shift-shl-512.ll
-------------- next part --------------
A non-text attachment was scrubbed...
Name: D51263.162582.patch
Type: text/x-patch
Size: 90811 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20180826/863b6005/attachment-0001.bin>
More information about the llvm-commits
mailing list