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