Skip to content

Commit 1946c8c

Browse files
committed
Fix format
1 parent 2c896c4 commit 1946c8c

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
@@ -9452,7 +9452,7 @@ void LoopVectorizationPlanner::adjustRecipesForReductions(
94529452
RecurKind Kind = RdxDesc.getRecurrenceKind();
94539453
assert(
94549454
!RecurrenceDescriptor::isAnyOfRecurrenceKind(Kind) &&
9455-
!RecurrenceDescriptor::isFindLastIVRecurrenceKind(Kind) &&
9455+
!RecurrenceDescriptor::isFindLastIVRecurrenceKind(Kind) &&
94569456
"AnyOf and FindLast reductions are not allowed for in-loop reductions");
94579457

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

0 commit comments

Comments
 (0)