[PATCH] D57779: [SLP] Add support for throttling.

Dinar Temirbulatov via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Tue Jun 11 11:15:07 PDT 2019


dtemirbulatov marked 23 inline comments as done.
dtemirbulatov added inline comments.


================
Comment at: lib/Transforms/Vectorize/SLPVectorizer.cpp:3596
 
   std::string Str;
+  if (CutTree && Cost >= -SLPCostThreshold) {
----------------
ABataev wrote:
> Why `std::string` and why declared here?
We have to use it with ViewSLPTree, for full and partial vectorization.


CHANGES SINCE LAST ACTION
  https://reviews.llvm.org/D57779/new/

https://reviews.llvm.org/D57779





More information about the llvm-commits mailing list