Skip to content

Commit 0b93c24

Browse files
committed
format
1 parent 64aa25f commit 0b93c24

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

llvm/lib/Transforms/Vectorize/LoopVectorize.cpp

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -9036,8 +9036,8 @@ void LoopVectorizationPlanner::adjustRecipesForReductions(
90369036
Type *PhiTy = PhiR->getUnderlyingValue()->getType();
90379037
auto *Zero = Plan->getOrAddLiveIn(ConstantInt::get(PhiTy, 0));
90389038
VPWidenRecipe *Sub = new VPWidenRecipe(
9039-
Instruction::Sub, {Zero, CurrentLink->getOperand(1)}, {}, VPIRMetadata(),
9040-
CurrentLinkI->getDebugLoc());
9039+
Instruction::Sub, {Zero, CurrentLink->getOperand(1)}, {},
9040+
VPIRMetadata(), CurrentLinkI->getDebugLoc());
90419041
Sub->setUnderlyingValue(CurrentLinkI);
90429042
LinkVPBB->insert(Sub, CurrentLink->getIterator());
90439043
VecOp = Sub;

0 commit comments

Comments
 (0)