[llvm] [LV]Split store-load forward distance analysis from other checks, NFC (PR #121156)
Alexey Bataev via llvm-commits
llvm-commits at lists.llvm.org
Mon Mar 17 11:18:59 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();
----------------
alexey-bataev wrote:
Yes, without it the test are failed
https://github.com/llvm/llvm-project/pull/121156
More information about the llvm-commits
mailing list