[llvm] [InstCombine] Fold `select (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
Thu Dec 28 23:35:56 PST 2023
dtcxzyw wrote:
It also holds for logical and/or.
Alive2: https://alive2.llvm.org/ce/z/9Ko8wb
https://github.com/llvm/llvm-project/pull/76203
More information about the llvm-commits
mailing list