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