Add a test case to make sure that constant folding of the bit counting
authorReid Spencer <rspencer@reidspencer.com>
Mon, 2 Apr 2007 01:45:31 +0000 (01:45 +0000)
committerReid Spencer <rspencer@reidspencer.com>
Mon, 2 Apr 2007 01:45:31 +0000 (01:45 +0000)
commitf1b18a7bdbc566999eedc8c0c6d748e0e69cb4b3
tree8d7e66011f33fc334af18eebf41c6514aeece868
parentc9951231822215d6aea7a9b50947c18d8d745609
Add a test case to make sure that constant folding of the bit counting
intrinsics works.

git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@35577 91177308-0d34-0410-b5e6-96231b3b80d8
test/Transforms/InstCombine/bitcount.ll [new file with mode: 0644]