[PATCH] D57779: [SLP] Add support for throttling.
Simon Pilgrim via Phabricator via llvm-commits
llvm-commits at lists.llvm.org
Mon Jul 29 07:37:32 PDT 2019
RKSimon added inline comments.
================
Comment at: lib/Transforms/Vectorize/SLPVectorizer.cpp:123
+ SLPThrottling("slp-throttling", cl::init(true), cl::Hidden,
+ cl::desc("Enable tree partial vectorize with throttling"));
+
----------------
"Enable partial tree vectorization with throttling"
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D57779/new/
https://reviews.llvm.org/D57779
More information about the llvm-commits
mailing list