Skip to content

Commit 80faae5

Browse files
committed
Fixup! typo
1 parent 7acd294 commit 80faae5

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

llvm/lib/Transforms/Vectorize/VPlanRecipes.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2090,7 +2090,7 @@ InstructionCost VPReductionRecipe::computeCost(ElementCount VF,
20902090
"In-loop reduction not implemented in VPlan-based cost model currently.");
20912091

20922092
assert(ElementTy->getTypeID() == RdxDesc.getRecurrenceType()->getTypeID() &&
2093-
"Infered type and recurrence type mismatch.");
2093+
"Inferred type and recurrence type mismatch.");
20942094

20952095
// Cost = Reduction cost + BinOp cost
20962096
InstructionCost Cost =

0 commit comments

Comments
 (0)