[PATCH] D61091: Enable LoopVectorization by default.
Michael Kruse via Phabricator via llvm-commits
llvm-commits at lists.llvm.org
Wed Apr 24 16:27:53 PDT 2019
Meinersbur added a comment.
Having both -- `-disable-loop-vectorization` and `-vectorize-loops` -- is somewhat confusing. Could we have a tri-state cl::opt which, when not specified, uses `OptLevel > 1 && SizeLevel < 2` dis-/enable the vectorizer? Similar to `-disable-loop-unrolling`.
Repository:
rL LLVM
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D61091/new/
https://reviews.llvm.org/D61091
More information about the llvm-commits
mailing list