[PATCH] D125712: [SLP][X86] Improve reordering to consider alternate instruction bundles
Vasileios Porpodas via Phabricator via llvm-commits
llvm-commits at lists.llvm.org
Fri May 27 11:07:03 PDT 2022
vporpo updated this revision to Diff 432605.
vporpo added a comment.
Replaced shuffle mask argument with a bitvector and moved all the opcode checking code to TTI->isLegalAltInstr().
Repository:
rG LLVM Github Monorepo
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D125712/new/
https://reviews.llvm.org/D125712
Files:
llvm/include/llvm/Analysis/TargetTransformInfo.h
llvm/include/llvm/Analysis/TargetTransformInfoImpl.h
llvm/lib/Analysis/TargetTransformInfo.cpp
llvm/lib/Target/X86/X86TargetTransformInfo.cpp
llvm/lib/Target/X86/X86TargetTransformInfo.h
llvm/lib/Transforms/Vectorize/SLPVectorizer.cpp
llvm/test/Transforms/SLPVectorizer/X86/reorder_with_external_users.ll
-------------- next part --------------
A non-text attachment was scrubbed...
Name: D125712.432605.patch
Type: text/x-patch
Size: 12495 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20220527/df77c4b3/attachment.bin>
More information about the llvm-commits
mailing list