Do IMPLICIT_DEFs on incoming args' hard regs, to avoid confusing the regalloc.
authorBrian Gaeke <gaeke@uiuc.edu>
Fri, 16 Jul 2004 10:31:25 +0000 (10:31 +0000)
committerBrian Gaeke <gaeke@uiuc.edu>
Fri, 16 Jul 2004 10:31:25 +0000 (10:31 +0000)
commit812c488f0a2d9d0fb39c3eb1a2446214d5de7efc
tree34ae76ef31192b26c680eaf230b4a1b1f2f7bc8d
parent81d54465d9c245bbc3cdf18ef99a50df470ad773
Do IMPLICIT_DEFs on incoming args' hard regs, to avoid confusing the regalloc.
Support single-fp incoming args.
Support single-fp outgoing args ('call' operands).
Support double-fp return values.

git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@14880 91177308-0d34-0410-b5e6-96231b3b80d8
lib/Target/Sparc/InstSelectSimple.cpp
lib/Target/Sparc/SparcV8ISelSimple.cpp
lib/Target/SparcV8/InstSelectSimple.cpp
lib/Target/SparcV8/SparcV8ISelSimple.cpp