[llvm] [VPlan] Introduce explicit ExtractFromEnd recipes for live-outs. (PR #100658)
via llvm-commits
llvm-commits at lists.llvm.org
Sat Aug 10 13:02:14 PDT 2024
================
@@ -8470,22 +8480,29 @@ static void addUsersInExitBlock(
// live-outs.
----------------
ayalz wrote:
Also comment that exit values of FORs are handled elsewhere. I.e., we only handle exit values of reductions here. Worth renaming the method more accurately.
https://github.com/llvm/llvm-project/pull/100658
More information about the llvm-commits
mailing list