Skip to content

Commit 5a7c4bf

Browse files
committed
Refine comment
1 parent 736b5a3 commit 5a7c4bf

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

1714-
/// The constant stride of the pointer computed by this recipe.
1714+
/// The constant stride of the pointer computed by this recipe, expressed in
1715+
/// units of IndexedTy.
17151716
int64_t Stride;
17161717

17171718
public:

0 commit comments

Comments
 (0)