[PATCH] D150197: [LV] Move selecting vectorization factor logic to LVP (NFC).
Ayal Zaks via Phabricator via llvm-commits
llvm-commits at lists.llvm.org
Tue May 9 23:51:10 PDT 2023
Ayal accepted this revision.
Ayal added a comment.
This revision is now accepted and ready to land.
LGTM, ship it!
================
Comment at: llvm/lib/Transforms/Vectorize/LoopVectorize.cpp:5301
+/// vscale_range.min == vscale_range.max or otherwise returns the value
+/// returned by the corresponding TLI method.
+static std::optional<unsigned>
----------------
Repository:
rG LLVM Github Monorepo
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D150197/new/
https://reviews.llvm.org/D150197
More information about the llvm-commits
mailing list