[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 12:53:38 PDT 2026
================
@@ -962,6 +965,10 @@ bool VPlanTransforms::createHeaderPhiRecipes(
if (!tryToSinkOrHoistRecurrenceUsers(HeaderVPBB, VPDT))
return false;
+ // Skip renaming resume phi recipes, if any header phi as been removed.
----------------
fhahn wrote:
should be fixed thanks
https://github.com/llvm/llvm-project/pull/200920
More information about the llvm-commits
mailing list