Skip to content

Commit c4e792b

Browse files
committed
comment
1 parent 7d684b9 commit c4e792b

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

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

0 commit comments

Comments
 (0)