Skip to content

Commit a3eb766

Browse files
committed
Refine comment
1 parent 80399d9 commit a3eb766

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
@@ -1709,7 +1709,8 @@ class VPVectorEndPointerRecipe : public VPRecipeWithIRFlags,
17091709
public VPUnrollPartAccessor<2> {
17101710
Type *IndexedTy;
17111711

1712-
/// The constant stride of the pointer computed by this recipe.
1712+
/// The constant stride of the pointer computed by this recipe, expressed in
1713+
/// units of IndexedTy.
17131714
int64_t Stride;
17141715

17151716
public:

0 commit comments

Comments
 (0)