[llvm] [VPlan] Create header phis once, after constructing VPlan0 (NFC). (PR #168291)

via llvm-commits llvm-commits at lists.llvm.org
Sat Dec 13 23:58:10 PST 2025


================
@@ -2467,6 +2469,13 @@ class VPReductionPHIRecipe : public VPHeaderPHIRecipe,
     return Partial ? Partial->VFScaleFactor : 1;
   }
 
+  /// Set the VFScaleFactor for this reduction phi. Can only be set to a factor
+  /// > 1
----------------
ayalz wrote:

```suggestion
  /// > 1.
```

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


More information about the llvm-commits mailing list