[llvm] [X86,SimplifyCFG] Use passthru to reduce select (PR #108754)
Shengchen Kan via llvm-commits
llvm-commits at lists.llvm.org
Sun Sep 22 19:04:16 PDT 2024
================
@@ -674,6 +672,62 @@ if.false:
ret void
}
+define i32 @str_transcode0(i1 %cond1, ptr %p, i1 %cond2) {
----------------
KanRobert wrote:
Probably rename this function? I assume the function name should show what it's testing.
https://github.com/llvm/llvm-project/pull/108754
More information about the llvm-commits
mailing list