[llvm] [X86, SimplifyCFG] Support hoisting load/store with conditional faulting (Part II) (PR #108812)
Phoebe Wang via llvm-commits
llvm-commits at lists.llvm.org
Sun Nov 24 22:14:25 PST 2024
================
@@ -759,6 +757,43 @@ if.true:
ret i32 %res
}
+define i32 @multi_successors(i1 %c1, i32 %c2, ptr %p) {
----------------
phoebewang wrote:
Done.
https://github.com/llvm/llvm-project/pull/108812
More information about the llvm-commits
mailing list