[llvm] [SCEV] Collect and merge loop guards through PHI nodes with multiple incoming values (PR #113915)

Julian Nagele via llvm-commits llvm-commits at lists.llvm.org
Fri Nov 8 05:06:30 PST 2024


================
@@ -211,3 +211,217 @@ for.body:
 exit:
   ret void
 }
+
+define void @epilogue(i64 %count) {
----------------
juliannagele wrote:

thanks, moved as suggested

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


More information about the llvm-commits mailing list