[PATCH] D114121: [SLP]Improve isFixedVectorShuffle and its use.
Alexey Bataev via Phabricator via llvm-commits
llvm-commits at lists.llvm.org
Wed Nov 17 13:46:51 PST 2021
ABataev created this revision.
ABataev added reviewers: RKSimon, anton-afanasyev, dtemirbulatov, vporpo.
Herald added a subscriber: hiraditya.
ABataev requested review of this revision.
Herald added a project: LLVM.
Extended support for undefined source vector/extract indices/non-fixed
vector types, also no need to check for the parent of the extractelement
instructions with the constant indicies.
Repository:
rG LLVM Github Monorepo
https://reviews.llvm.org/D114121
Files:
llvm/lib/Transforms/Vectorize/SLPVectorizer.cpp
llvm/test/Transforms/SLPVectorizer/X86/alternate-int-inseltpoison.ll
llvm/test/Transforms/SLPVectorizer/X86/alternate-int.ll
-------------- next part --------------
A non-text attachment was scrubbed...
Name: D114121.388027.patch
Type: text/x-patch
Size: 13193 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20211117/562a02eb/attachment.bin>
More information about the llvm-commits
mailing list