[llvm] [LV] Support strided load with a stride of -1 (PR #128718)

Florian Hahn via llvm-commits llvm-commits at lists.llvm.org
Thu May 29 01:45:12 PDT 2025


================
@@ -1720,16 +1723,21 @@ class VPVectorEndPointerRecipe : public VPRecipeWithIRFlags,
 };
 
 /// A recipe to compute the pointers for widened memory accesses of IndexTy.
+/// Supports both consecutive and reverse consecutive accesses.
----------------
fhahn wrote:

Is this still accurate? VPVectorPointerEndRecipe also is for reversed accesses?

https://github.com/llvm/llvm-project/pull/128718


More information about the llvm-commits mailing list