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

Yingwei Zheng via llvm-commits llvm-commits at lists.llvm.org
Fri Jun 21 23:18:39 PDT 2024


https://github.com/dtcxzyw approved this pull request.

LGTM. Thank you!
Please wait for additional approval from other reviewers :)


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


More information about the llvm-commits mailing list