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 7a4daf5 commit 142ea90Copy full SHA for 142ea90
llvm/lib/Transforms/Vectorize/VPlan.h
@@ -1788,7 +1788,7 @@ class VPWidenGEPRecipe : public VPRecipeWithIRFlags {
1788
};
1789
1790
/// A recipe to compute the pointers for widened memory accesses of IndexTy
1791
-/// in reverse order per part.
+/// in reverse order.
1792
class VPReverseVectorPointerRecipe : public VPRecipeWithIRFlags,
1793
public VPUnrollPartAccessor<2> {
1794
Type *IndexedTy;
0 commit comments