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 2f9631f commit b50ca85Copy full SHA for b50ca85
llvm/lib/Transforms/Vectorize/VPlan.h
@@ -1695,7 +1695,7 @@ class VPWidenGEPRecipe : public VPRecipeWithIRFlags {
1695
1696
/// A recipe to compute a pointer to the last element of each part of a widened
1697
/// memory access for widened memory accesses of IndexedTy. Used for
1698
-/// VPWidenMemoryRecipes that are reversed.
+/// VPWidenMemoryRecipes or VPInterleaveRecipes that are reversed.
1699
class VPVectorEndPointerRecipe : public VPRecipeWithIRFlags,
1700
public VPUnrollPartAccessor<2> {
1701
Type *IndexedTy;
0 commit comments