We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 80399d9 commit a3eb766Copy full SHA for a3eb766
llvm/lib/Transforms/Vectorize/VPlan.h
@@ -1709,7 +1709,8 @@ class VPVectorEndPointerRecipe : public VPRecipeWithIRFlags,
1709
public VPUnrollPartAccessor<2> {
1710
Type *IndexedTy;
1711
1712
- /// The constant stride of the pointer computed by this recipe.
+ /// The constant stride of the pointer computed by this recipe, expressed in
1713
+ /// units of IndexedTy.
1714
int64_t Stride;
1715
1716
public:
0 commit comments