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 72c17a1 commit b782845Copy full SHA for b782845
llvm/lib/Transforms/Vectorize/VPlan.h
@@ -1750,7 +1750,8 @@ class VPVectorEndPointerRecipe : public VPRecipeWithIRFlags,
1750
#endif
1751
};
1752
1753
-/// A recipe to compute the pointers for widened memory accesses of IndexTy.
+/// A recipe to compute the pointers for widened memory accesses of IndexedTy,
1754
+/// with the Stride expressed in units of IndexedTy.
1755
class VPVectorPointerRecipe : public VPRecipeWithIRFlags,
1756
public VPUnrollPartAccessor<2> {
1757
Type *IndexedTy;
0 commit comments