Patch number 2 for mips16/32 floating point interoperability stubs.
authorReed Kotler <rkotler@mips.com>
Thu, 16 May 2013 02:17:42 +0000 (02:17 +0000)
committerReed Kotler <rkotler@mips.com>
Thu, 16 May 2013 02:17:42 +0000 (02:17 +0000)
commit1a2265bc01b4d9bd53a79a5304993af2718e5663
tree7eed7f59bc3a00d10eb3b0b5343f047b361acfd4
parent40df0d7a462c0febccc93f90dee105a0797f8ac6
Patch number 2 for mips16/32 floating point interoperability stubs.
This creates stubs that help Mips32 functions call Mips16
functions which have floating point parameters that are normally passed
in floating point registers.

git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@181972 91177308-0d34-0410-b5e6-96231b3b80d8
lib/Target/Mips/Mips16HardFloat.cpp
test/CodeGen/Mips/hf16call32_body.ll [new file with mode: 0644]