[GlobalISel][KnownBits] Implement G_CTPOP
authorJon Roelofs <jonathan_roelofs@apple.com>
Thu, 5 Aug 2021 21:57:44 +0000 (14:57 -0700)
committerJon Roelofs <jonathan_roelofs@apple.com>
Fri, 6 Aug 2021 16:48:39 +0000 (09:48 -0700)
commiteae4a44c1d4b3352443dc0021149fb9ca45d5727
tree55099201cfd484c17848e4bba5c5e380b09611b5
parentd1cacd59281937fccc682babbb8a259a6aa79c68
[GlobalISel][KnownBits] Implement G_CTPOP

Implementation copied almost verbatim from ValueTracking.

Differential revision: https://reviews.llvm.org/D107606
llvm/lib/CodeGen/GlobalISel/GISelKnownBits.cpp
llvm/unittests/CodeGen/GlobalISel/KnownBitsTest.cpp