[llvm] [VPlan] Introduce explicit ExtractFromEnd recipes for live-outs. (PR #100658)

via llvm-commits llvm-commits at lists.llvm.org
Mon Jul 29 10:42:07 PDT 2024


================
@@ -8452,7 +8452,104 @@ static void addUsersInExitBlock(
            return P && Inductions.contains(P);
----------------
ayalz wrote:

Should this also bail out for FOR's, to be handled explicitly elsewhere?

https://github.com/llvm/llvm-project/pull/100658


More information about the llvm-commits mailing list