[PATCH] D67841: [SLP] avoid reduction transform on patterns that the backend can load-combine
Sanjay Patel via Phabricator via llvm-commits
llvm-commits at lists.llvm.org
Thu Sep 26 08:28:15 PDT 2019
spatel updated this revision to Diff 221961.
spatel marked an inline comment as done.
spatel added a comment.
Patch updated:
Move the analysis/calculation of load-combining from SLP to the TTI cost model.
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D67841/new/
https://reviews.llvm.org/D67841
Files:
llvm/include/llvm/Analysis/TargetTransformInfo.h
llvm/include/llvm/Analysis/TargetTransformInfoImpl.h
llvm/include/llvm/CodeGen/BasicTTIImpl.h
llvm/lib/Analysis/TargetTransformInfo.cpp
llvm/lib/Transforms/Vectorize/SLPVectorizer.cpp
llvm/test/Transforms/SLPVectorizer/X86/bad-reduction.ll
-------------- next part --------------
A non-text attachment was scrubbed...
Name: D67841.221961.patch
Type: text/x-patch
Size: 20744 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20190926/58c5c1d9/attachment.bin>
More information about the llvm-commits
mailing list