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

via llvm-commits llvm-commits at lists.llvm.org
Mon Jan 22 20:50:24 PST 2024


AtariDreams wrote:

@dtcxzyw Done!

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


More information about the llvm-commits mailing list