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 a061468 commit 700834fCopy full SHA for 700834f
llvm/lib/Transforms/Vectorize/LoopVectorize.cpp
@@ -8951,7 +8951,7 @@ void LoopVectorizationPlanner::adjustRecipesForReductions(
8951
RecurKind Kind = RdxDesc.getRecurrenceKind();
8952
assert(
8953
!RecurrenceDescriptor::isAnyOfRecurrenceKind(Kind) &&
8954
- !RecurrenceDescriptor::isFindLastIVRecurrenceKind(Kind) &&
+ !RecurrenceDescriptor::isFindLastIVRecurrenceKind(Kind) &&
8955
"AnyOf and FindLast reductions are not allowed for in-loop reductions");
8956
8957
// Collect the chain of "link" recipes for the reduction starting at PhiR.
0 commit comments