[llvm] [InstCombine] fold `(icmp eq/ne (or disjoint x, C0), C1)` -> `(icmp eq/ne x, C0^C1)` (PR #87734)

via llvm-commits llvm-commits at lists.llvm.org
Mon Apr 8 02:45:05 PDT 2024


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

LGTM

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


More information about the llvm-commits mailing list