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 9722265 commit 2587bc2Copy full SHA for 2587bc2
llvm/lib/Transforms/Vectorize/VPlan.h
@@ -1704,7 +1704,7 @@ class VPWidenGEPRecipe : public VPRecipeWithIRFlags {
1704
1705
/// A recipe to compute a pointer to the last element of each part of a widened
1706
/// memory access for widened memory accesses of IndexedTy. Used for
1707
-/// VPWidenMemoryRecipes that are reversed.
+/// VPWidenMemoryRecipes or VPInterleaveRecipes that are reversed.
1708
class VPVectorEndPointerRecipe : public VPRecipeWithIRFlags,
1709
public VPUnrollPartAccessor<2> {
1710
Type *IndexedTy;
0 commit comments