[llvm] [LV]Split store-load forward distance analysis from other checks, NFC (PR #121156)
Florian Hahn via llvm-commits
llvm-commits at lists.llvm.org
Mon Mar 17 04:49:14 PDT 2025
================
@@ -4107,6 +4112,7 @@ LoopVectorizationCostModel::computeMaxVF(ElementCount UserVF, unsigned UserIC) {
LLVM_DEBUG(dbgs() << "LV: No tail will remain for any chosen VF.\n");
return MaxFactors;
}
+ MaxPowerOf2RuntimeVF.reset();
----------------
fhahn wrote:
Related to the PR?
https://github.com/llvm/llvm-project/pull/121156
More information about the llvm-commits
mailing list