Skip to content

Commit 9f1c301

Browse files
committed
Address comments
1 parent 8942e28 commit 9f1c301

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

llvm/lib/Transforms/Vectorize/VPlanRecipes.cpp

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1827,8 +1827,6 @@ void VPReverseVectorPointerRecipe ::execute(VPTransformState &State) {
18271827
bool InBounds = isInBounds();
18281828

18291829
// the wide store needs to start at the last vector element.
1830-
// RunTimeVF = VScale * VF.getKnownMinValue()
1831-
// For fixed-width VScale is 1, then RunTimeVF = VF.getKnownMinValue()
18321830
Value *RunTimeVF = State.get(getVFValue(), VPLane(0));
18331831
if (IndexTy != RunTimeVF->getType())
18341832
RunTimeVF = Builder.CreateZExtOrTrunc(RunTimeVF, IndexTy);

0 commit comments

Comments
 (0)