Skip to content

Commit b782845

Browse files
committed
[Comment] Update comment of VPVectorPointerRecipe
1 parent 72c17a1 commit b782845

File tree

1 file changed

+2
-1
lines changed
  • llvm/lib/Transforms/Vectorize

1 file changed

+2
-1
lines changed

llvm/lib/Transforms/Vectorize/VPlan.h

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1750,7 +1750,8 @@ class VPVectorEndPointerRecipe : public VPRecipeWithIRFlags,
17501750
#endif
17511751
};
17521752

1753-
/// A recipe to compute the pointers for widened memory accesses of IndexTy.
1753+
/// A recipe to compute the pointers for widened memory accesses of IndexedTy,
1754+
/// with the Stride expressed in units of IndexedTy.
17541755
class VPVectorPointerRecipe : public VPRecipeWithIRFlags,
17551756
public VPUnrollPartAccessor<2> {
17561757
Type *IndexedTy;

0 commit comments

Comments
 (0)