[llvm] [SCEV] Collect and merge loop guards through PHI nodes with multiple incoming values (PR #113915)
Florian Hahn via llvm-commits
llvm-commits at lists.llvm.org
Thu Oct 31 05:22:02 PDT 2024
================
@@ -211,3 +211,217 @@ for.body:
exit:
ret void
}
+
+define void @epilogue(i64 %count) {
----------------
fhahn wrote:
It would probably make sense to move the tests to a separate file, perhaps `max-backedge-taken-count-guard-info-with-multiple-predecessors.ll`
https://github.com/llvm/llvm-project/pull/113915
More information about the llvm-commits
mailing list