Skip to content

Commit 38e145c

Browse files
committed
Add comment for stride
1 parent 9a3a2e0 commit 38e145c

File tree

1 file changed

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

1 file changed

+1
-0
lines changed

llvm/lib/Transforms/Vectorize/VPlan.h

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1711,6 +1711,7 @@ class VPVectorEndPointerRecipe : public VPRecipeWithIRFlags,
17111711
public VPUnrollPartAccessor<2> {
17121712
Type *IndexedTy;
17131713

1714+
/// The constant stride of the pointer computed by this recipe.
17141715
int64_t Stride;
17151716

17161717
public:

0 commit comments

Comments
 (0)