[llvm] [LV] Convert gather loads with invariant stride into strided loads (PR #147297)
Mel Chen via llvm-commits
llvm-commits at lists.llvm.org
Thu Oct 23 01:10:07 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
----------------
Mel-Chen wrote:
a3f18ae86936c2f422dac57501b5df332528593d
https://github.com/llvm/llvm-project/pull/147297
More information about the llvm-commits
mailing list