[PATCH] [X86][AVX2] Added support for 256-bit zero extension shuffle matching
Simon Pilgrim
llvm-dev at redking.me.uk
Thu Jan 29 07:25:11 PST 2015
Hi chandlerc, andreadb, spatel,
Enabled shuffle matching for the AVX2 zero extension (128bit -> 256bit) vpmovzx* instructions.
This is a follow-up to D7228 which adds shuffle decodes / assembly comments for the (v)pmovzx* comments - if that ticket gets approved I can update this patch's tests to include the comments.
REPOSITORY
rL LLVM
http://reviews.llvm.org/D7251
Files:
lib/Target/X86/X86ISelLowering.cpp
test/CodeGen/X86/vector-shuffle-256-v16.ll
test/CodeGen/X86/vector-shuffle-256-v32.ll
test/CodeGen/X86/vector-shuffle-256-v8.ll
EMAIL PREFERENCES
http://reviews.llvm.org/settings/panel/emailpreferences/
-------------- next part --------------
A non-text attachment was scrubbed...
Name: D7251.18958.patch
Type: text/x-patch
Size: 16395 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20150129/34689af6/attachment.bin>
More information about the llvm-commits
mailing list