Implement isOneBitSet in terms of APInt::countPopulation.
authorReid Spencer <rspencer@reidspencer.com>
Mon, 19 Mar 2007 21:04:43 +0000 (21:04 +0000)
committerReid Spencer <rspencer@reidspencer.com>
Mon, 19 Mar 2007 21:04:43 +0000 (21:04 +0000)
commit44e33e674ad560b6e6d063a930e7af6d846fb0eb
tree7270dbf89fc8e2e530337fbfbb819bf49da6a819
parent5a1e3e1a7d08b1baaf8971be69e2c8862a581985
Implement isOneBitSet in terms of APInt::countPopulation.

git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@35186 91177308-0d34-0410-b5e6-96231b3b80d8
lib/Transforms/Scalar/InstructionCombining.cpp