Skip to content

Commit f2ad5d9

Browse files
fhahnSamTebbs33
authored andcommitted
!fixup update after rebasing
1 parent ec0117d commit f2ad5d9

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
@@ -5024,7 +5024,7 @@ calculateRegisterUsage(VPlan &Plan, ArrayRef<ElementCount> VFs,
50245024
}
50255025
} else {
50265026
for (auto *R : OpenIntervals) {
5027-
if (isa<VPVectorPointerRecipe, VPReverseVectorPointerRecipe>(R))
5027+
if (isa<VPVectorPointerRecipe, VPVectorEndPointerRecipe>(R))
50285028
continue;
50295029
if (isa<VPCanonicalIVPHIRecipe, VPReplicateRecipe, VPDerivedIVRecipe,
50305030
VPScalarIVStepsRecipe>(R) ||

0 commit comments

Comments
 (0)