[llvm] [InstCombine] fold `(a == 1 && b != 0) || (a != 0 && b == 0))` to `(a ==0) != (b == 0)` (PR #94915)

Nikita Popov via llvm-commits llvm-commits at lists.llvm.org
Wed Jun 19 01:40:47 PDT 2024


nikic wrote:

Please also add an alive2 proof to the PR description.

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


More information about the llvm-commits mailing list