[llvm] [VPlan] Create header phi recipes after initial scalar optimizations. (PR #200920)

Florian Hahn via llvm-commits llvm-commits at lists.llvm.org
Wed Jun 10 05:15:45 PDT 2026


================
@@ -948,6 +964,7 @@ bool VPlanTransforms::createHeaderPhiRecipes(
         RdxDesc.hasUsesOutsideReductionChain());
   };
 
+  SmallVector<VPValue *> BackedgeVals;
----------------
fhahn wrote:

Left over from an earlier version, removed, thanks

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


More information about the llvm-commits mailing list