Skip to content

Commit ada0d22

Browse files
committed
Post-rebase format
1 parent 3757dd5 commit ada0d22

File tree

1 file changed

+1
-3
lines changed

1 file changed

+1
-3
lines changed

llvm/lib/Transforms/Vectorize/VPlanRecipes.cpp

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -295,9 +295,7 @@ VPPartialReductionRecipe::computeCost(ElementCount VF,
295295

296296
// If BinOp is a negation, use the side effect of match to assign the actual
297297
// binary operation to BinOp
298-
match(BinOp, m_Binary<Instruction::Sub>(
299-
m_SpecificInt(0),
300-
m_VPValue(BinOp)));
298+
match(BinOp, m_Binary<Instruction::Sub>(m_SpecificInt(0), m_VPValue(BinOp)));
301299
VPRecipeBase *BinOpR = BinOp->getDefiningRecipe();
302300

303301
if (auto *WidenR = dyn_cast<VPWidenRecipe>(BinOpR))

0 commit comments

Comments
 (0)