[llvm] [InstCombine] Fold `select (or/and (icmp eq/ne a, b), other_cond), a, b` to `select (other_cond), a, b` (PR #76203)

Yingwei Zheng via llvm-commits llvm-commits at lists.llvm.org
Sat Dec 30 01:26:48 PST 2023


dtcxzyw wrote:

Emm, I seem to have found a better approach. Will post a patch later.


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


More information about the llvm-commits mailing list