[llvm] [LV] Convert gather loads with invariant stride into strided loads (PR #147297)

Florian Hahn via llvm-commits llvm-commits at lists.llvm.org
Wed Oct 1 03:29:28 PDT 2025


================
@@ -3307,6 +3332,52 @@ struct VPWidenLoadEVLRecipe final : public VPWidenMemoryRecipe, public VPValue {
   }
 };
 
+/// A recipe for strided load operations, using the base address, stride, and an
----------------
fhahn wrote:

also takes the VF to operate on

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


More information about the llvm-commits mailing list