[llvm] [LV] Vectorize conditional scalar assignments (PR #158088)
Florian Hahn via llvm-commits
llvm-commits at lists.llvm.org
Tue Nov 11 02:39:17 PST 2025
================
@@ -9491,6 +9508,10 @@ static SmallVector<Instruction *> preparePlanForEpilogueVectorLoop(
continue;
}
}
+ } else if (isa<VPLastActiveMaskPHIRecipe>(R)) {
----------------
fhahn wrote:
why is this needed? Epilogue vectorization is disabled, right?
https://github.com/llvm/llvm-project/pull/158088
More information about the llvm-commits
mailing list