Skip to content

Commit c38fcab

Browse files
committed
Re-add new line
1 parent 296e3ce commit c38fcab

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

llvm/lib/Transforms/Vectorize/LoopVectorize.cpp

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5024,6 +5024,7 @@ calculateRegisterUsage(VPlan &Plan, ArrayRef<ElementCount> VFs,
50245024
if (isa<VPVectorPointerRecipe, VPVectorEndPointerRecipe,
50255025
VPBranchOnMaskRecipe>(R))
50265026
continue;
5027+
50275028
if (VFs[J].isScalar() ||
50285029
isa<VPCanonicalIVPHIRecipe, VPReplicateRecipe, VPDerivedIVRecipe,
50295030
VPScalarIVStepsRecipe>(R) ||

0 commit comments

Comments
 (0)