[PATCH] D115651: [LV] Enable scalable vectorization by default for SVE cores.
Sander de Smalen via Phabricator via llvm-commits
llvm-commits at lists.llvm.org
Mon Dec 20 07:48:05 PST 2021
sdesmalen added inline comments.
================
Comment at: llvm/lib/Transforms/Vectorize/LoopVectorizationLegality.cpp:69-70
+ LoopVectorizeHints::SK_PreferScalable, "on",
+ "Scalable vectorization is available, but favor fixed-width "
+ "vectorization when the cost is inconclusive.")));
----------------
paulwalker-arm wrote:
> You've kept the wrong help text.
Thanks, good spot!
Repository:
rG LLVM Github Monorepo
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D115651/new/
https://reviews.llvm.org/D115651
More information about the llvm-commits
mailing list