[llvm] [VPlan] Use ResumePhi to create reduction resume phis. (PR #110004)
via llvm-commits
llvm-commits at lists.llvm.org
Sun Oct 13 12:46:53 PDT 2024
================
@@ -9411,6 +9395,22 @@ void LoopVectorizationPlanner::adjustRecipesForReductions(
});
FinalReductionResult->insertBefore(*MiddleVPBB, IP);
----------------
ayalz wrote:
Can the above TODO also be taken care of - refrain from creating ComputeReductionResult for in-loop reductions?
https://github.com/llvm/llvm-project/pull/110004
More information about the llvm-commits
mailing list