Skip to content

Commit b50ca85

Browse files
committed
comment
1 parent 2f9631f commit b50ca85

File tree

1 file changed

+1
-1
lines changed
  • llvm/lib/Transforms/Vectorize

1 file changed

+1
-1
lines changed

llvm/lib/Transforms/Vectorize/VPlan.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1695,7 +1695,7 @@ class VPWidenGEPRecipe : public VPRecipeWithIRFlags {
16951695

16961696
/// A recipe to compute a pointer to the last element of each part of a widened
16971697
/// memory access for widened memory accesses of IndexedTy. Used for
1698-
/// VPWidenMemoryRecipes that are reversed.
1698+
/// VPWidenMemoryRecipes or VPInterleaveRecipes that are reversed.
16991699
class VPVectorEndPointerRecipe : public VPRecipeWithIRFlags,
17001700
public VPUnrollPartAccessor<2> {
17011701
Type *IndexedTy;

0 commit comments

Comments
 (0)