[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 00:59:37 PST 2023


nikic wrote:

Does this have compile-time impact?

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


More information about the llvm-commits mailing list