Skip to content

Commit 700834f

Browse files
committed
Fix format
1 parent a061468 commit 700834f

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
@@ -8951,7 +8951,7 @@ void LoopVectorizationPlanner::adjustRecipesForReductions(
89518951
RecurKind Kind = RdxDesc.getRecurrenceKind();
89528952
assert(
89538953
!RecurrenceDescriptor::isAnyOfRecurrenceKind(Kind) &&
8954-
!RecurrenceDescriptor::isFindLastIVRecurrenceKind(Kind) &&
8954+
!RecurrenceDescriptor::isFindLastIVRecurrenceKind(Kind) &&
89558955
"AnyOf and FindLast reductions are not allowed for in-loop reductions");
89568956

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

0 commit comments

Comments
 (0)