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)
commit30ef915bb4fdcc815c673819563bf0e487367557
treee31a2a1e0b54688c22f0247e08570289ea6fe854
parentb1692ad2c3e35a2d1f6c5ea0e121579445078ba6
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.

git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@214176 91177308-0d34-0410-b5e6-96231b3b80d8
lib/Target/ARM/ARMISelLowering.cpp
test/CodeGen/ARM/fp16.ll