Skip to content

Commit 71ff80a

Browse files
committed
!fixup fix formatting
1 parent f180edb commit 71ff80a

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

llvm/lib/Transforms/Vectorize/LoopVectorize.cpp

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7749,7 +7749,8 @@ DenseMap<const SCEV *, Value *> LoopVectorizationPlanner::executePlan(
77497749

77507750
// 1. Set up the skeleton for vectorization, including vector pre-header and
77517751
// middle block. The vector loop is created during VPlan execution.
7752-
VPBasicBlock *VectorPH = cast<VPBasicBlock>(BestVPlan.getEntry()->getSingleSuccessor());
7752+
VPBasicBlock *VectorPH =
7753+
cast<VPBasicBlock>(BestVPlan.getEntry()->getSingleSuccessor());
77537754
State.CFG.PrevBB = ILV.createVectorizedLoopSkeleton(
77547755
ExpandedSCEVs ? *ExpandedSCEVs : State.ExpandedSCEVs);
77557756
if (VectorizingEpilogue)

0 commit comments

Comments
 (0)