Skip to content

Commit bcb34cd

Browse files
committed
!fixup update after rebasing
1 parent 7b146a6 commit bcb34cd

File tree

2 files changed

+78
-231
lines changed

2 files changed

+78
-231
lines changed

llvm/lib/Transforms/Vectorize/LoopVectorize.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5028,7 +5028,7 @@ calculateRegisterUsage(VPlan &Plan, ArrayRef<ElementCount> VFs,
50285028
}
50295029
} else {
50305030
for (auto *R : OpenIntervals) {
5031-
if (isa<VPVectorPointerRecipe, VPReverseVectorPointerRecipe>(R))
5031+
if (isa<VPVectorPointerRecipe, VPVectorEndPointerRecipe>(R))
50325032
continue;
50335033
if (isa<VPCanonicalIVPHIRecipe, VPReplicateRecipe, VPDerivedIVRecipe,
50345034
VPScalarIVStepsRecipe>(R) ||

0 commit comments

Comments
 (0)