Skip to content

Commit 2175710

Browse files
committed
NFC: Update comment for VPVectorPointerRecipe
1 parent f77cc7e commit 2175710

File tree

1 file changed

+2
-0
lines changed
  • llvm/lib/Transforms/Vectorize

1 file changed

+2
-0
lines changed

llvm/lib/Transforms/Vectorize/VPlan.h

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1567,6 +1567,8 @@ class VPReverseVectorPointerRecipe : public VPRecipeWithIRFlags,
15671567
};
15681568

15691569
/// A recipe to compute the pointers for widened memory accesses of IndexTy.
1570+
/// Supports both consecutive and reverse consecutive accesses.
1571+
/// TODO: Support non-unit strided accesses .
15701572
class VPVectorPointerRecipe : public VPRecipeWithIRFlags,
15711573
public VPUnrollPartAccessor<1> {
15721574
Type *IndexedTy;

0 commit comments

Comments
 (0)