[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 00:17:29 +0000 (17:17 -0700)
commitce6eb4f15a159e652bdccf92a9d3da8a972d1596
treeec2bed2a260732cbbffe4b4237e8ec3cb7a5c0ba
parenta8a38ef3d99ce2b180f9c5ff968e5b930a99b10b
[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