ARM: add some integer/floating point conversion libcalls
authorSaleem Abdulrasool <compnerd@compnerd.org>
Fri, 16 May 2014 05:41:33 +0000 (05:41 +0000)
committerSaleem Abdulrasool <compnerd@compnerd.org>
Fri, 16 May 2014 05:41:33 +0000 (05:41 +0000)
commit36b8b48bbb22bfed546babfdb858191f79cb19e5
tree36331df681ed8bcd98ecd9a324528cfefad397ca
parent9bc1b73c9e30197d18b64fb9cf09dd45eaef256b
ARM: add some integer/floating point conversion libcalls

Add some Windows on ARM specific library calls.  These are provided by msvcrt,
and can be used to perform integer to floating-point conversions (and
vice-versa) mirroring similar functions in the RTABI.

git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@208949 91177308-0d34-0410-b5e6-96231b3b80d8
lib/Target/ARM/ARMISelLowering.cpp
test/CodeGen/ARM/Windows/integer-floating-point-conversion.ll [new file with mode: 0644]