Skip to content

Commit d87843c

Browse files
committed
!fixup adjust assertion message
1 parent 3be870c commit d87843c

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
@@ -2598,7 +2598,7 @@ InstructionCost VPBundleRecipe::computeCost(ElementCount VF,
25982598
auto *SrcVecTy = cast<VectorType>(
25992599
toVectorTy(Ctx.Types.inferScalarType(getOperand(0)), VF));
26002600
assert(RedTy->isIntegerTy() &&
2601-
"ExtendedReduction only support integer type currently.");
2601+
"VPBundleRecipe only supports integer types currently.");
26022602
switch (BundleType) {
26032603
case BundleTypes::ExtendedReduction: {
26042604
unsigned Opcode = RecurrenceDescriptor::getOpcode(

0 commit comments

Comments
 (0)