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

Nikita Popov via llvm-commits llvm-commits at lists.llvm.org
Thu Dec 28 02:22:58 PST 2023


https://github.com/nikic approved this pull request.

LGTM

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


More information about the llvm-commits mailing list