Skip to content

Commit 9284fbf

Browse files
committed
Fix format
1 parent 7d2a395 commit 9284fbf

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

llvm/lib/Transforms/Vectorize/LoopVectorize.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9145,7 +9145,7 @@ void LoopVectorizationPlanner::adjustRecipesForReductions(
91459145
RecurKind Kind = RdxDesc.getRecurrenceKind();
91469146
assert(
91479147
!RecurrenceDescriptor::isAnyOfRecurrenceKind(Kind) &&
9148-
!RecurrenceDescriptor::isFindLastIVRecurrenceKind(Kind) &&
9148+
!RecurrenceDescriptor::isFindLastIVRecurrenceKind(Kind) &&
91499149
"AnyOf and FindLast reductions are not allowed for in-loop reductions");
91509150

91519151
// Collect the chain of "link" recipes for the reduction starting at PhiR.

0 commit comments

Comments
 (0)