[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 Nov 24 18:12:04 PST 2024
================
@@ -759,6 +757,43 @@ if.true:
ret i32 %res
}
+define i32 @multi_successors(i1 %c1, i32 %c2, ptr %p) {
----------------
KanRobert wrote:
Is this a negative test? If so, the function name should start with "not", and need some comments. e.g. "not_maximum_alignment" in this file.
https://github.com/llvm/llvm-project/pull/108812
More information about the llvm-commits
mailing list