[llvm] [VPlan] Create header phi recipes after initial scalar optimizations. (PR #200920)
Ramkumar Ramachandra via llvm-commits
llvm-commits at lists.llvm.org
Tue Jun 9 01:54:11 PDT 2026
================
@@ -948,6 +964,7 @@ bool VPlanTransforms::createHeaderPhiRecipes(
RdxDesc.hasUsesOutsideReductionChain());
};
+ SmallVector<VPValue *> BackedgeVals;
----------------
artagnon wrote:
Hm, why is this in the diff?
https://github.com/llvm/llvm-project/pull/200920
More information about the llvm-commits
mailing list