[llvm] [InstCombine] Fold `(X & C1) | C2` into `X & (C1 | C2)` iff `(X & C2) == C2` (PR #76470)

Yingwei Zheng via llvm-commits llvm-commits at lists.llvm.org
Thu Dec 28 04:47:46 PST 2023


https://github.com/dtcxzyw closed https://github.com/llvm/llvm-project/pull/76470


More information about the llvm-commits mailing list