[PATCH] D125287: [SLP] Improve root steering by building actual trees instead of calling the look-ahead heuristic
Vasileios Porpodas via Phabricator via llvm-commits
llvm-commits at lists.llvm.org
Wed May 11 14:03:51 PDT 2022
vporpo updated this revision to Diff 428774.
vporpo added a comment.
Disabled the scheduler for the fast buildtree.
I checked the compile time overhead with perf on the lit test, and it is about the same as the version before @vdmitrie's patch 88b9e46fb54c <https://reviews.llvm.org/rG88b9e46fb54c5321742d16016be5b2920facc018>.
Repository:
rG LLVM Github Monorepo
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D125287/new/
https://reviews.llvm.org/D125287
Files:
llvm/lib/Transforms/Vectorize/SLPVectorizer.cpp
llvm/test/Transforms/SLPVectorizer/X86/insert-element-build-vector-inseltpoison.ll
llvm/test/Transforms/SLPVectorizer/X86/insert-element-build-vector.ll
llvm/test/Transforms/SLPVectorizer/X86/pr48879-sroa.ll
llvm/test/Transforms/SLPVectorizer/X86/vectorize-pair-path.ll
-------------- next part --------------
A non-text attachment was scrubbed...
Name: D125287.428774.patch
Type: text/x-patch
Size: 28797 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20220511/40fa66e4/attachment.bin>
More information about the llvm-commits
mailing list