[llvm] [VPlan] Only use selectVectorizationFactor for cross-check (NFCI). (PR #103033)
via llvm-commits
llvm-commits at lists.llvm.org
Sun Aug 18 03:48:56 PDT 2024
================
@@ -9883,20 +9879,18 @@ bool LoopVectorizePass::processLoop(Loop *L) {
unsigned UserIC = Hints.getInterleave();
// Plan how to best vectorize, return the best VF and its cost.
----------------
ayalz wrote:
```suggestion
// Plan how to best vectorize.
```
https://github.com/llvm/llvm-project/pull/103033
More information about the llvm-commits
mailing list