[llvm] [LV][VPlan] Use VF VPValue in VPVectorPointerRecipe (PR #110974)

Florian Hahn via llvm-commits llvm-commits at lists.llvm.org
Thu Oct 10 04:12:12 PDT 2024


================
@@ -1785,20 +1787,65 @@ class VPWidenGEPRecipe : public VPRecipeWithIRFlags {
 #endif
 };
 
+/// A recipe to compute the pointers for widened memory accesses of IndexTy
+/// in reverse order per part.
----------------
fhahn wrote:

```suggestion
/// in reverse order.
```

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


More information about the llvm-commits mailing list