Skip to content

Commit 6f95c4c

Browse files
committed
!fixup update after rebasing
1 parent 55fcb29 commit 6f95c4c

File tree

2 files changed

+59
-233
lines changed

2 files changed

+59
-233
lines changed

llvm/lib/Transforms/Vectorize/LoopVectorize.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5014,7 +5014,7 @@ calculateRegisterUsage(VPlan &Plan, ArrayRef<ElementCount> VFs,
50145014
}
50155015
} else {
50165016
for (auto *R : OpenIntervals) {
5017-
if (isa<VPVectorPointerRecipe, VPReverseVectorPointerRecipe>(R))
5017+
if (isa<VPVectorPointerRecipe, VPVectorEndPointerRecipe>(R))
50185018
continue;
50195019
if (isa<VPCanonicalIVPHIRecipe, VPReplicateRecipe, VPDerivedIVRecipe,
50205020
VPScalarIVStepsRecipe>(R) ||

0 commit comments

Comments
 (0)