[llvm] [VPlan] Impl VPlan-based pattern match for ExtendedRed and MulAccRed (PR #113903)

Sander de Smalen via llvm-commits llvm-commits at lists.llvm.org
Wed Apr 23 07:14:39 PDT 2025


================
@@ -2439,6 +2502,175 @@ class VPReductionEVLRecipe : public VPReductionRecipe {
   }
 };
 
+/// A recipe to represent inloop extended reduction operations, performing a
+/// reduction on a extended vector operand into a scalar value, and adding the
+/// result to a chain. This recipe is abstract and needs to be lowered to
+/// concrete recipes before codegen. The Operands are {ChainOp, VecOp,
----------------
sdesmalen-arm wrote:

This is not done yet?

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


More information about the llvm-commits mailing list