[llvm] [VPlan] Impl VPlan-based pattern match for ExtendedRed and MulAccRed (NFCI) (PR #113903)
Elvis Wang via llvm-commits
llvm-commits at lists.llvm.org
Fri Nov 15 01:15:17 PST 2024
================
@@ -2571,6 +2573,8 @@ class VPReductionRecipe : public VPSingleDefRecipe {
getVecOp(), getCondOp(), IsOrdered);
}
+ // TODO: Support VPExtendedReductionRecipe and VPMulAccRecipe after EVL
+ // support.
----------------
ElvisWang123 wrote:
Drop it. Thanks.
https://github.com/llvm/llvm-project/pull/113903
More information about the llvm-commits
mailing list