Skip to content

Commit 484f9cc

Browse files
committed
fixup, formatting.
1 parent d2a5a43 commit 484f9cc

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

llvm/lib/Transforms/Vectorize/VPlanRecipes.cpp

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2395,8 +2395,7 @@ InstructionCost VPReductionRecipe::computeCost(ElementCount VF,
23952395
// and the binOp cost in the getReductionCost().
23962396
if (RecurrenceDescriptor::isMinMaxRecurrenceKind(RdxKind)) {
23972397
Intrinsic::ID Id = getMinMaxReductionIntrinsicOp(RdxKind);
2398-
return
2399-
Ctx.TTI.getMinMaxReductionCost(Id, VectorTy, FMFs, Ctx.CostKind);
2398+
return Ctx.TTI.getMinMaxReductionCost(Id, VectorTy, FMFs, Ctx.CostKind);
24002399
}
24012400

24022401
if (ElementTy->isFloatingPointTy())

0 commit comments

Comments
 (0)