diff options
author | Bradley Smith <bradley.smith@arm.com> | 2015-12-07 10:54:36 +0000 |
---|---|---|
committer | Bradley Smith <bradley.smith@arm.com> | 2015-12-07 10:54:36 +0000 |
commit | d5a1f47a63f95cc44f4fde3020d04ee09f70a16c (patch) | |
tree | a42a765e86d254f3e37d81c675ac5fd043346e20 /llvm/test/CodeGen/ARM/build-attributes.ll | |
parent | b825de17b73f92c05ab174f02a221865702716f9 (diff) | |
download | bcm5719-llvm-d5a1f47a63f95cc44f4fde3020d04ee09f70a16c.tar.gz bcm5719-llvm-d5a1f47a63f95cc44f4fde3020d04ee09f70a16c.zip |
[ARM] Flag vcvt{t,b} with an f16 type specifier as part of the FP16 extension
Additionally correct the Cortex-R7 definition to allow the FP16 feature.
llvm-svn: 254900
Diffstat (limited to 'llvm/test/CodeGen/ARM/build-attributes.ll')
-rw-r--r-- | llvm/test/CodeGen/ARM/build-attributes.ll | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/llvm/test/CodeGen/ARM/build-attributes.ll b/llvm/test/CodeGen/ARM/build-attributes.ll index b80191d7601..bf502b3ae07 100644 --- a/llvm/test/CodeGen/ARM/build-attributes.ll +++ b/llvm/test/CodeGen/ARM/build-attributes.ll @@ -1105,7 +1105,7 @@ ; CORTEX-R7: .eabi_attribute 25, 1 ; CORTEX-R7: .eabi_attribute 27, 1 ; CORTEX-R7-NOT: .eabi_attribute 28 -; CORTEX-R7-NOT: .eabi_attribute 36 +; CORTEX-R7: .eabi_attribute 36, 1 ; CORTEX-R7: .eabi_attribute 38, 1 ; CORTEX-R7: .eabi_attribute 42, 1 ; CORTEX-R7: .eabi_attribute 44, 2 |