[llvm] [X86, SimplifyCFG] Support hoisting load/store with conditional faulting (Part II) (PR #108812)

Shengchen Kan via llvm-commits llvm-commits at lists.llvm.org
Sun Sep 22 21:42:53 PDT 2024


================
@@ -728,6 +726,34 @@ if.true:
   ret i32 %res
 }
 
+define void @diamondCFG(i32 %a, ptr %c, ptr %d) {
----------------
KanRobert wrote:

Probably remove this? This function tests the same thing as `single_predecessor`

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


More information about the llvm-commits mailing list