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

Dinar Temirbulatov via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Sun Mar 21 17:04:32 PDT 2021


dtemirbulatov added inline comments.


================
Comment at: llvm/lib/Transforms/Vectorize/SLPVectorizer.cpp:612
+  };
+  using TEVectorizableSet = std::set<TreeEntry *, TECostComparator>;
+
----------------
ABataev wrote:
> `PriorityQueue`?
hmm, ProprityQueue allows duplicates of elements and it might be an issue.


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

https://reviews.llvm.org/D57779



More information about the llvm-commits mailing list