[PATCH] D57779: [SLP] Add support for throttling.
Dávid Bolvanský via Phabricator via llvm-commits
llvm-commits at lists.llvm.org
Tue Feb 26 05:58:29 PST 2019
xbolva00 added inline comments.
================
Comment at: lib/Transforms/Vectorize/SLPVectorizer.cpp:4323
+void BoUpSLP::removeFromScheduling(BlockScheduling *BS,
+ ArrayRef<int> Oprations) {
+ bool Removed = false;
----------------
Operations?
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D57779/new/
https://reviews.llvm.org/D57779
More information about the llvm-commits
mailing list