We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 2c896c4 commit 1946c8cCopy full SHA for 1946c8c
llvm/lib/Transforms/Vectorize/LoopVectorize.cpp
@@ -9452,7 +9452,7 @@ void LoopVectorizationPlanner::adjustRecipesForReductions(
9452
RecurKind Kind = RdxDesc.getRecurrenceKind();
9453
assert(
9454
!RecurrenceDescriptor::isAnyOfRecurrenceKind(Kind) &&
9455
- !RecurrenceDescriptor::isFindLastIVRecurrenceKind(Kind) &&
+ !RecurrenceDescriptor::isFindLastIVRecurrenceKind(Kind) &&
9456
"AnyOf and FindLast reductions are not allowed for in-loop reductions");
9457
9458
// Collect the chain of "link" recipes for the reduction starting at PhiR.
0 commit comments