[llvm] [VPlan] Only use selectVectorizationFactor for cross-check (NFCI). (PR #103033)
Florian Hahn via llvm-commits
llvm-commits at lists.llvm.org
Wed Aug 21 01:07:10 PDT 2024
================
@@ -7031,11 +7030,10 @@ LoopVectorizationPlanner::plan(ElementCount UserVF, unsigned UserIC) {
if (!hasPlanWithVF(UserVF)) {
LLVM_DEBUG(dbgs()
<< "LV: No VPlan could be built for " << UserVF << ".\n");
- return std::nullopt;
}
LLVM_DEBUG(printPlans(dbgs()));
----------------
fhahn wrote:
Done thanks!
https://github.com/llvm/llvm-project/pull/103033
More information about the llvm-commits
mailing list