[SparcV9]: Use SRL instead of SLL to clear top 32-bits in ctpop:i32. SLL does not...
authorVenkatraman Govindaraju <venkatra@cs.wisc.edu>
Wed, 1 Jan 2014 19:00:10 +0000 (19:00 +0000)
committerVenkatraman Govindaraju <venkatra@cs.wisc.edu>
Wed, 1 Jan 2014 19:00:10 +0000 (19:00 +0000)
commitca0ef6fe4f34f416c5ac1e20d004064eaf92ca1f
treebdd09923a218a96f58490348769b6f61669bf85c
parent550848ecb959b16ad4c34ace6ef3058f5727118b
[SparcV9]: Use SRL instead of SLL to clear top 32-bits in ctpop:i32. SLL does not clear top 32 bit, only SRL does.

git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@198280 91177308-0d34-0410-b5e6-96231b3b80d8
lib/Target/Sparc/SparcInstrInfo.td
test/CodeGen/SPARC/ctpop.ll