Skip to content

Commit fdadc19

Browse files
fhahnSamTebbs33
authored andcommitted
!fixup update after rebasing
1 parent e61ad76 commit fdadc19

File tree

2 files changed

+81
-233
lines changed

2 files changed

+81
-233
lines changed

llvm/lib/Transforms/Vectorize/LoopVectorize.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5021,7 +5021,7 @@ calculateRegisterUsage(VPlan &Plan, ArrayRef<ElementCount> VFs,
50215021
}
50225022
} else {
50235023
for (auto *R : OpenIntervals) {
5024-
if (isa<VPVectorPointerRecipe, VPReverseVectorPointerRecipe>(R))
5024+
if (isa<VPVectorPointerRecipe, VPVectorEndPointerRecipe>(R))
50255025
continue;
50265026
if (isa<VPCanonicalIVPHIRecipe, VPReplicateRecipe, VPDerivedIVRecipe,
50275027
VPScalarIVStepsRecipe>(R) ||

0 commit comments

Comments
 (0)