Skip to content

Commit 6b6819d

Browse files
committed
Fix clang-format
1 parent 577290a commit 6b6819d

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
@@ -6567,8 +6567,8 @@ LoopVectorizationCostModel::getInstructionCost(Instruction *I,
65676567
CmpInst::BAD_ICMP_PREDICATE, CostKind);
65686568
}
65696569

6570-
// When tail folding with EVL, if the phi is part of an out of loop reduction
6571-
// then it will be transformed into a wide vp_merge.
6570+
// When tail folding with EVL, if the phi is part of an out of loop
6571+
// reduction then it will be transformed into a wide vp_merge.
65726572
if (VF.isVector() && foldTailWithEVL() &&
65736573
Legal->getReductionVars().contains(Phi) && !isInLoopReduction(Phi)) {
65746574
IntrinsicCostAttributes ICA(

0 commit comments

Comments
 (0)