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

Florian Hahn via llvm-commits llvm-commits at lists.llvm.org
Tue Apr 22 02:13:30 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.
----------------
fhahn wrote:

```suggestion
  /// Note that the IsNonNeg flag and the debug location are from the extend.
```

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


More information about the llvm-commits mailing list