[PATCH] D81416: [LV][SLP] Interleave to expose ILP for small loops with scalar reductions.
Aaron H Liu via Phabricator via llvm-commits
llvm-commits at lists.llvm.org
Tue Jun 16 09:21:59 PDT 2020
AaronLiu marked an inline comment as done.
AaronLiu added inline comments.
================
Comment at: llvm/lib/Transforms/Vectorize/LoopVectorize.cpp:251
+/// Interleave small loops with scalar reductions.
+static cl::opt<bool> InterleaveSmallLoopScalarReduction(
+ "interleave-small-loop-scalar-reduction", cl::init(false), cl::Hidden,
----------------
lebedev.ri wrote:
> Can cost model be used for this instead?
Thanks for the comment. This is the cost model tuning.
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D81416/new/
https://reviews.llvm.org/D81416
More information about the llvm-commits
mailing list