Skip to content

Commit dac8a82

Browse files
committed
Fix format
1 parent 8e9d053 commit dac8a82

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

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

0 commit comments

Comments
 (0)