[llvm] [InstCombine] Turn (A | B) != 0 & (A == 0 | B == 0) -> (A == 0) ^ (B == 0) (PR #207257)

Aiden Grossman via llvm-commits llvm-commits at lists.llvm.org
Sat Jul 4 16:09:59 PDT 2026


boomanaiden154 wrote:

None of the above answers my question. Please cite an example where this pattern shows up in a real world software project (ideally a popular OSS application/library).

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


More information about the llvm-commits mailing list