[llvm] [VPlan] Add hasScalarTail, use instead of !CM.foldTailByMasking() (NFC). (PR #134674)
Alexey Bataev via llvm-commits
llvm-commits at lists.llvm.org
Mon Apr 7 10:09:46 PDT 2025
================
@@ -4713,7 +4718,8 @@ VectorizationFactor LoopVectorizationPlanner::selectEpilogueVectorizationFactor(
if (EpilogueVectorizationForceVF > 1) {
LLVM_DEBUG(dbgs() << "LEV: Epilogue vectorization factor is forced.\n");
- ElementCount ForcedEC = ElementCount::getFixed(EpilogueVectorizationForceVF);
+ ElementCount ForcedEC =
----------------
alexey-bataev wrote:
Unrelated change?
https://github.com/llvm/llvm-project/pull/134674
More information about the llvm-commits
mailing list