[PATCH] D57779: [SLP] Add support for throttling.
Dinar Temirbulatov via Phabricator via llvm-commits
llvm-commits at lists.llvm.org
Thu Sep 19 12:45:34 PDT 2019
dtemirbulatov marked an inline comment as done.
dtemirbulatov added inline comments.
================
Comment at: lib/Transforms/Vectorize/SLPVectorizer.cpp:1297
+ /// The index containing the use of this entry.
+ SmallVector<TreeEntry *, 1> UseTreeIndices;
+
----------------
vporpo wrote:
> Hmm is this needed? Isn't this available in EdgeInfo of UserTreeIndices?
yes, It is the opposite of UserTreeIndices and it requires in several places.
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D57779/new/
https://reviews.llvm.org/D57779
More information about the llvm-commits
mailing list