cortex m4 has floating point support, but only single precision.
authorJim Grosbach <grosbach@apple.com>
Wed, 11 Aug 2010 15:44:15 +0000 (15:44 +0000)
committerJim Grosbach <grosbach@apple.com>
Wed, 11 Aug 2010 15:44:15 +0000 (15:44 +0000)
commitfcba5e6b645df89ae6b93911fe0f80b08fa6b44c
tree1fc917344b0ac16a11ad95e1b8f6b476fb7867f8
parentf63fed141ec2402a7f028498b07ca7d49113b61c
cortex m4 has floating point support, but only single precision.

git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@110810 91177308-0d34-0410-b5e6-96231b3b80d8
lib/Target/ARM/ARM.td
lib/Target/ARM/ARMISelLowering.cpp
lib/Target/ARM/ARMSubtarget.cpp
lib/Target/ARM/ARMSubtarget.h
test/CodeGen/Thumb2/cortex-fp.ll [new file with mode: 0644]