ARM: add __aeabi_d2h for truncation on AEABI systems
authorTim Northover <tnorthover@apple.com>
Tue, 29 Jul 2014 09:56:45 +0000 (09:56 +0000)
committerTim Northover <tnorthover@apple.com>
Tue, 29 Jul 2014 09:56:45 +0000 (09:56 +0000)
commit4e13a61413e83dafc5c4c3675c9f2bbdade1dcb7
tree2acc817714568d12711165e082c95645ebf67865
parentf67bb2079d8bc4e98c436cee5e4e55050e263c03
ARM: add __aeabi_d2h for truncation on AEABI systems

ARM does actually define the name for this conversion, so we should use it on
"-eabi" platforms.

llvm-svn: 214176
llvm/lib/Target/ARM/ARMISelLowering.cpp
llvm/test/CodeGen/ARM/fp16.ll