Skip to content

Commit 5aef68e

Browse files
committed
Fix format
1 parent 80a5958 commit 5aef68e

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
@@ -9416,7 +9416,7 @@ void LoopVectorizationPlanner::adjustRecipesForReductions(
94169416
RecurKind Kind = RdxDesc.getRecurrenceKind();
94179417
assert(
94189418
!RecurrenceDescriptor::isAnyOfRecurrenceKind(Kind) &&
9419-
!RecurrenceDescriptor::isFindLastIVRecurrenceKind(Kind) &&
9419+
!RecurrenceDescriptor::isFindLastIVRecurrenceKind(Kind) &&
94209420
"AnyOf and FindLast reductions are not allowed for in-loop reductions");
94219421

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

0 commit comments

Comments
 (0)