Skip to content

Commit 2587bc2

Browse files
committed
comment
1 parent 9722265 commit 2587bc2

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
@@ -1704,7 +1704,7 @@ class VPWidenGEPRecipe : public VPRecipeWithIRFlags {
17041704

17051705
/// A recipe to compute a pointer to the last element of each part of a widened
17061706
/// memory access for widened memory accesses of IndexedTy. Used for
1707-
/// VPWidenMemoryRecipes that are reversed.
1707+
/// VPWidenMemoryRecipes or VPInterleaveRecipes that are reversed.
17081708
class VPVectorEndPointerRecipe : public VPRecipeWithIRFlags,
17091709
public VPUnrollPartAccessor<2> {
17101710
Type *IndexedTy;

0 commit comments

Comments
 (0)