[llvm] [InstCombine] fold `(a == 1 && b != 0) || (a != 0 && b == 0))` to `(a ==0) != (b == 0)` (PR #94915)
via llvm-commits
llvm-commits at lists.llvm.org
Sun Jun 9 14:41:16 PDT 2024
https://github.com/goldsteinn deleted https://github.com/llvm/llvm-project/pull/94915
More information about the llvm-commits
mailing list