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

Zain Jaffal via llvm-commits llvm-commits at lists.llvm.org
Sun Jun 23 02:39:16 PDT 2024


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


More information about the llvm-commits mailing list