[llvm] [VPlan] Impl VPlan-based pattern match for ExtendedRed and MulAccRed (PR #113903)
Elvis Wang via llvm-commits
llvm-commits at lists.llvm.org
Tue Apr 22 21:36:15 PDT 2025
================
@@ -2341,6 +2373,28 @@ class VPReductionRecipe : public VPRecipeWithIRFlags {
setUnderlyingValue(I);
}
+ /// For VPExtendedReductionRecipe.
+ /// Note that IsNonNeg flag and the debug location are from the extend.
----------------
ElvisWang123 wrote:
Done.
https://github.com/llvm/llvm-project/pull/113903
More information about the llvm-commits
mailing list