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

Nikita Popov via llvm-commits llvm-commits at lists.llvm.org
Thu Jun 20 23:50:36 PDT 2024


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


More information about the llvm-commits mailing list