[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
Wed Jun 19 02:03:10 PDT 2024
https://github.com/zjaffal edited https://github.com/llvm/llvm-project/pull/94915
More information about the llvm-commits
mailing list