[llvm] [InstCombine] Canonicalize `icmp eq/ne (A ^ C), B` to `icmp eq/ne (A ^ B), C` (PR #67273)

Nikita Popov via llvm-commits llvm-commits at lists.llvm.org
Tue Sep 26 01:24:21 PDT 2023


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

Sounds plausible, LGTM.

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


More information about the llvm-commits mailing list