[llvm] [VPlan] Emit VPVectorEndPointerRecipe for reverse interleave pointer adjustment (PR #144864)
Mel Chen via llvm-commits
llvm-commits at lists.llvm.org
Mon Jun 30 02:30:11 PDT 2025
================
@@ -1695,17 +1695,21 @@ class VPWidenGEPRecipe : public VPRecipeWithIRFlags {
/// A recipe to compute a pointer to the last element of each part of a widened
/// memory access for widened memory accesses of IndexedTy. Used for
-/// VPWidenMemoryRecipes that are reversed.
+/// VPWidenMemoryRecipes or VPInterleaveRecipes that are reversed.
class VPVectorEndPointerRecipe : public VPRecipeWithIRFlags,
public VPUnrollPartAccessor<2> {
Type *IndexedTy;
+ int64_t Stride;
----------------
Mel-Chen wrote:
38e145c19ce288e932b9ad26b9fe4d26d4699877
https://github.com/llvm/llvm-project/pull/144864
More information about the llvm-commits
mailing list