Skip to content

Commit d9e5361

Browse files
committed
[Comment] Update comment of VPVectorPointerRecipe
1 parent bb03212 commit d9e5361

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
@@ -1766,7 +1766,8 @@ class VPVectorEndPointerRecipe : public VPRecipeWithIRFlags,
17661766
#endif
17671767
};
17681768

1769-
/// A recipe to compute the pointers for widened memory accesses of IndexTy.
1769+
/// A recipe to compute the pointers for widened memory accesses of IndexedTy,
1770+
/// with the Stride expressed in units of IndexedTy.
17701771
class VPVectorPointerRecipe : public VPRecipeWithIRFlags,
17711772
public VPUnrollPartAccessor<2> {
17721773
Type *IndexedTy;

0 commit comments

Comments
 (0)