[llvm] [LV] Vectorize conditional scalar assignments (PR #158088)
Graham Hunter via llvm-commits
llvm-commits at lists.llvm.org
Fri Nov 7 07:54:30 PST 2025
================
@@ -8569,6 +8579,7 @@ void LoopVectorizationPlanner::adjustRecipesForReductions(
RecurKind Kind = PhiR->getRecurrenceKind();
assert(
+ !RecurrenceDescriptor::isFindLastRecurrenceKind(Kind) &&
----------------
huntergr-arm wrote:
Done, though I do plan to make an in-loop version of it later.
https://github.com/llvm/llvm-project/pull/158088
More information about the llvm-commits
mailing list