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

Yingwei Zheng via llvm-commits llvm-commits at lists.llvm.org
Mon Jan 22 19:59:57 PST 2024


https://github.com/dtcxzyw edited https://github.com/llvm/llvm-project/pull/79089


More information about the llvm-commits mailing list