[llvm] [LV][VPlan] Introduce VPScalarStore recipe to handle scalar stores in exit block. (PR #93148)

Mel Chen via llvm-commits llvm-commits at lists.llvm.org
Wed Jul 31 01:29:13 PDT 2024


================
@@ -2963,6 +2965,54 @@ class VPScalarIVStepsRecipe : public VPRecipeWithIRFlags {
   }
 };
 
+/// A recipe to represent scalar stores that sink outside the vector loop.
----------------
Mel-Chen wrote:

09c7521efcb30bfc235fdcbbf73528ecb24e3cb0


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


More information about the llvm-commits mailing list