Sparc: When storing 0, use %g0 directly in the store instruction instead of
authorVenkatraman Govindaraju <venkatra@cs.wisc.edu>
Mon, 3 Jun 2013 00:21:54 +0000 (00:21 +0000)
committerVenkatraman Govindaraju <venkatra@cs.wisc.edu>
Mon, 3 Jun 2013 00:21:54 +0000 (00:21 +0000)
commit85cc972a06690507a2660fccb198319b0402105f
tree7ec54d8c20fb29845b06316d0a626ef59e11ee0b
parent65ca7aa57d5e9b391f02a5686e7622deaac146f9
Sparc: When storing 0, use %g0 directly in the store instruction instead of
       using two instructions (sethi and store).

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