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

Mel Chen via llvm-commits llvm-commits at lists.llvm.org
Tue Dec 9 05:36:55 PST 2025


================
@@ -1702,6 +1704,98 @@ class VPWidenIntrinsicRecipe : public VPRecipeWithIRFlags, public VPIRMetadata {
 #endif
 };
 
+/// A recipe for widening vector memory intrinsics.
+class VPWidenMemIntrinsicRecipe : public VPRecipeBase, public VPIRMetadata {
+  Instruction &Ingredient;
----------------
Mel-Chen wrote:

Removed.

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


More information about the llvm-commits mailing list