[llvm] [TargetLowering] Fold (a | b) ==/!= b -> (a & ~b) == /!= 0 when and-not exists (PR #145368)

via llvm-commits llvm-commits at lists.llvm.org
Tue Jun 24 09:02:31 PDT 2025


AZero13 wrote:

Note that there is also a comment in this file from a developer lamenting how m_Or would have been useful. This also implies they found m_Or could not be used, so this problem has come up in Target Lowering.

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


More information about the llvm-commits mailing list