[llvm] [InstCombine] Add ctpop(A | B) + ctpop(A & B) -> ctpop(A) + ctpop(B) (PR #79089)

Nikita Popov via llvm-commits llvm-commits at lists.llvm.org
Tue Feb 20 00:54:57 PST 2024


https://github.com/nikic closed https://github.com/llvm/llvm-project/pull/79089


More information about the llvm-commits mailing list