[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
Mon Sep 23 02:46:19 PDT 2024
================
@@ -728,6 +726,34 @@ if.true:
ret i32 %res
}
+define void @diamondCFG(i32 %a, ptr %c, ptr %d) {
----------------
phoebewang wrote:
Done.
https://github.com/llvm/llvm-project/pull/108812
More information about the llvm-commits
mailing list