The names of VFP variants of half-to-float conversion instructions were
authorAnton Korobeynikov <asl@math.spbu.ru>
Tue, 14 Aug 2012 23:36:01 +0000 (23:36 +0000)
committerAnton Korobeynikov <asl@math.spbu.ru>
Tue, 14 Aug 2012 23:36:01 +0000 (23:36 +0000)
commit652199961a8acf3314b15bb3d5133e8a9a56b615
tree55a55f6bc94b51e3b2436b92400d200e1a05aca0
parent6eef0e2f8767ee691413bf8344e1d2db527c8a43
The names of VFP variants of half-to-float conversion instructions were
reversed. This leads to wrong codegen for float-to-half conversion
intrinsics which are used to support storage-only fp16 type.
NEON variants of same instructions are fine.

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