Skip to content

Commit 7a4daf5

Browse files
arcbbbfhahn
andauthored
Update llvm/lib/Transforms/Vectorize/VPlanRecipes.cpp
Co-authored-by: Florian Hahn <[email protected]>
1 parent fd73197 commit 7a4daf5

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

llvm/lib/Transforms/Vectorize/VPlanRecipes.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1826,7 +1826,7 @@ void VPReverseVectorPointerRecipe ::execute(VPTransformState &State) {
18261826
Value *Ptr = State.get(getOperand(0), VPLane(0));
18271827
bool InBounds = isInBounds();
18281828

1829-
// the wide store needs to start at the last vector element.
1829+
// The wide store needs to start at the last vector element.
18301830
Value *RunTimeVF = State.get(getVFValue(), VPLane(0));
18311831
if (IndexTy != RunTimeVF->getType())
18321832
RunTimeVF = Builder.CreateZExtOrTrunc(RunTimeVF, IndexTy);

0 commit comments

Comments
 (0)