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 80a5958 commit 5aef68eCopy full SHA for 5aef68e
llvm/lib/Transforms/Vectorize/LoopVectorize.cpp
@@ -9416,7 +9416,7 @@ void LoopVectorizationPlanner::adjustRecipesForReductions(
9416
RecurKind Kind = RdxDesc.getRecurrenceKind();
9417
assert(
9418
!RecurrenceDescriptor::isAnyOfRecurrenceKind(Kind) &&
9419
- !RecurrenceDescriptor::isFindLastIVRecurrenceKind(Kind) &&
+ !RecurrenceDescriptor::isFindLastIVRecurrenceKind(Kind) &&
9420
"AnyOf and FindLast reductions are not allowed for in-loop reductions");
9421
9422
// Collect the chain of "link" recipes for the reduction starting at PhiR.
0 commit comments