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

Florian Hahn via llvm-commits llvm-commits at lists.llvm.org
Sun Dec 14 09:29:34 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
----------------
fhahn wrote:

added, thanks

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


More information about the llvm-commits mailing list