[PATCH] D107264: [NFC] Rename enable-strict-reductions to force-ordered-reductions
Sander de Smalen via Phabricator via llvm-commits
llvm-commits at lists.llvm.org
Mon Aug 2 04:43:08 PDT 2021
sdesmalen accepted this revision.
sdesmalen added a comment.
This revision is now accepted and ready to land.
Makes sense to me, this also aligns the naming of the other `force` flags that override the target's cost-model.
================
Comment at: llvm/lib/Transforms/Vectorize/LoopVectorize.cpp:337
+ "force-ordered-reductions", cl::init(false), cl::Hidden,
cl::desc("Enable the vectorisation of loops with in-order (strict) "
"FP reductions"));
----------------
nit: Force the vectorization of loops with in-order (strict) FP reductions.
(also: vectorization in American spelling)
Repository:
rG LLVM Github Monorepo
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D107264/new/
https://reviews.llvm.org/D107264
More information about the llvm-commits
mailing list