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 bb03212 commit d9e5361Copy full SHA for d9e5361
llvm/lib/Transforms/Vectorize/VPlan.h
@@ -1766,7 +1766,8 @@ class VPVectorEndPointerRecipe : public VPRecipeWithIRFlags,
1766
#endif
1767
};
1768
1769
-/// A recipe to compute the pointers for widened memory accesses of IndexTy.
+/// A recipe to compute the pointers for widened memory accesses of IndexedTy,
1770
+/// with the Stride expressed in units of IndexedTy.
1771
class VPVectorPointerRecipe : public VPRecipeWithIRFlags,
1772
public VPUnrollPartAccessor<2> {
1773
Type *IndexedTy;
0 commit comments