[PATCH] D150197: [LV] Move selecting vectorization factor logic to LVP (NFC).
Florian Hahn via Phabricator via llvm-commits
llvm-commits at lists.llvm.org
Sun May 14 04:45:08 PDT 2023
fhahn marked an inline comment as done.
fhahn added inline comments.
================
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>
----------------
Ayal wrote:
>
Adjusted in the committed version, thanks!
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