[PATCH] D57779: [SLP] Add support for throttling.
Dávid Bolvanský via Phabricator via llvm-commits
llvm-commits at lists.llvm.org
Sun Sep 1 03:10:56 PDT 2019
xbolva00 added a comment.
Looks good.
Others?
================
Comment at: lib/Transforms/Vectorize/SLPVectorizer.cpp:686
+ /// profitable to vectorize part on the tree, while all tree vectorization
+ /// does not make sense.
+ bool tryPartialVectorization();
----------------
Please add link to a paper
“More details: ...”
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D57779/new/
https://reviews.llvm.org/D57779
More information about the llvm-commits
mailing list