[llvm] [VPlan] Transform VPFirstOrderRecurrencePHIRecipe into concrete recipes (PR #172009)
Florian Hahn via llvm-commits
llvm-commits at lists.llvm.org
Mon Dec 15 14:46:51 PST 2025
================
@@ -3695,6 +3695,34 @@ void VPlanTransforms::convertToConcreteRecipes(VPlan &Plan) {
continue;
}
+ if (auto *FORPhiR = dyn_cast<VPFirstOrderRecurrencePHIRecipe>(&R)) {
----------------
fhahn wrote:
Would be good to document the expansion here briefly
https://github.com/llvm/llvm-project/pull/172009
More information about the llvm-commits
mailing list