[PATCH] D57779: [SLP] Add support for throttling.
Dinar Temirbulatov via Phabricator via llvm-commits
llvm-commits at lists.llvm.org
Sun Jan 12 11:43:10 PST 2020
dtemirbulatov marked an inline comment as done.
dtemirbulatov added inline comments.
================
Comment at: lib/Transforms/Vectorize/SLPVectorizer.cpp:4024
+ } while (NonGatherUse != 0);
+ return C;
+}
----------------
ABataev wrote:
> You don't insert last found non-gathering node to the path. Is this correct?
I don't think this is correct, Any non-gathering entry on the way get inserted at 4019, including the last one.
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D57779/new/
https://reviews.llvm.org/D57779
More information about the llvm-commits
mailing list