[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
Tue Jan 30 08:00:32 PST 2024


dtcxzyw wrote:

@AtariDreams Does this pattern exist in some real-world applications?


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


More information about the llvm-commits mailing list