[PATCH] D57519: [X86][AVX] Add VMOVDDUP-VPBROADCASTQ execution domain mapping
Simon Pilgrim via Phabricator via llvm-commits
llvm-commits at lists.llvm.org
Thu Jan 31 09:12:34 PST 2019
RKSimon created this revision.
RKSimon added reviewers: craig.topper, spatel.
Herald added a subscriber: arphaman.
Noticed in D57514 <https://reviews.llvm.org/D57514>.
AVX512 broadcasts are missing as well, I'm not sure if that's to avoid interfering with broadcast folds?
Repository:
rL LLVM
https://reviews.llvm.org/D57519
Files:
lib/Target/X86/X86InstrInfo.cpp
test/CodeGen/X86/avx2-intrinsics-fast-isel.ll
test/CodeGen/X86/avx2-intrinsics-x86-upgrade.ll
test/CodeGen/X86/avx2-vbroadcast.ll
test/CodeGen/X86/broadcast-elm-cross-splat-vec.ll
test/CodeGen/X86/insert-loaded-scalar.ll
test/CodeGen/X86/insertelement-var-index.ll
test/CodeGen/X86/oddshuffles.ll
test/CodeGen/X86/sse2-intrinsics-fast-isel.ll
test/CodeGen/X86/subvector-broadcast.ll
test/CodeGen/X86/vector-shift-lshr-sub128.ll
test/CodeGen/X86/vector-shuffle-128-v2.ll
test/CodeGen/X86/vector-shuffle-128-v4.ll
test/CodeGen/X86/vector-shuffle-256-v4.ll
test/CodeGen/X86/vector-shuffle-combining-avx2.ll
test/CodeGen/X86/vector-shuffle-combining-xop.ll
test/CodeGen/X86/vector-shuffle-combining.ll
test/CodeGen/X86/vector-trunc-math-widen.ll
test/CodeGen/X86/vector-trunc-math.ll
test/CodeGen/X86/vector-trunc-widen.ll
test/CodeGen/X86/vector-trunc.ll
test/CodeGen/X86/widened-broadcast.ll
-------------- next part --------------
A non-text attachment was scrubbed...
Name: D57519.184522.patch
Type: text/x-patch
Size: 58344 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20190131/21e11a8c/attachment.bin>
More information about the llvm-commits
mailing list