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

Florian Hahn via llvm-commits llvm-commits at lists.llvm.org
Wed Nov 13 07:10:24 PST 2024


================
@@ -2571,6 +2573,8 @@ class VPReductionRecipe : public VPSingleDefRecipe {
                                  getVecOp(), getCondOp(), IsOrdered);
   }
 
+  // TODO: Support VPExtendedReductionRecipe and VPMulAccRecipe after EVL
+  // support.
----------------
fhahn wrote:

What does this mean?

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


More information about the llvm-commits mailing list