[llvm] [LV][VPlan] Introduce VPIntermediateStore recipe to handle scalar stores in exit block. (PR #93148)
Florian Hahn via llvm-commits
llvm-commits at lists.llvm.org
Mon Jun 3 13:29:26 PDT 2024
================
@@ -2821,6 +2823,55 @@ class VPScalarIVStepsRecipe : public VPRecipeWithIRFlags {
}
};
+/// A recipe to represent scalar stores that sink outside the vector loop.
+class VPIntermediateStoreRecipe : public VPRecipeBase {
----------------
fhahn wrote:
Could this simply be a VPInstruction opcode?
https://github.com/llvm/llvm-project/pull/93148
More information about the llvm-commits
mailing list