[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)
commitacf0233a467510afd225d2b7117e43b0300be7ef
tree1615507f469a592a1fa05961b1211cdcb6414164
parent545b6803c3beb49a2cb7cfc8c0f516ad5be7c5d7
[SparcV9]: Use SRL instead of SLL to clear top 32-bits in ctpop:i32. SLL does not clear top 32 bit, only SRL does.

llvm-svn: 198280
llvm/lib/Target/Sparc/SparcInstrInfo.td
llvm/test/CodeGen/SPARC/ctpop.ll