diff options
| author | Charlie Turner <charlie.turner@arm.com> | 2015-01-07 11:37:40 +0000 |
|---|---|---|
| committer | Charlie Turner <charlie.turner@arm.com> | 2015-01-07 11:37:40 +0000 |
| commit | 06f22f46781cdc42557ae2b67073660f3839b8b6 (patch) | |
| tree | 353a2450fa2cf59ce0ba63c3da69e5c020bdb08e /llvm | |
| parent | 77436f848fa3ed247afaad76f2eeb5730794ca88 (diff) | |
| download | bcm5719-llvm-06f22f46781cdc42557ae2b67073660f3839b8b6.tar.gz bcm5719-llvm-06f22f46781cdc42557ae2b67073660f3839b8b6.zip | |
[ARM] Add missing Tag_DIV_use tests.
llvm-svn: 225348
Diffstat (limited to 'llvm')
| -rw-r--r-- | llvm/test/CodeGen/ARM/build-attributes.ll | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/llvm/test/CodeGen/ARM/build-attributes.ll b/llvm/test/CodeGen/ARM/build-attributes.ll index 3d1b2b7c8e0..2e382308bf5 100644 --- a/llvm/test/CodeGen/ARM/build-attributes.ll +++ b/llvm/test/CodeGen/ARM/build-attributes.ll @@ -150,6 +150,7 @@ ; V6-NOT: .eabi_attribute 36 ; V6: .eabi_attribute 38, 1 ; V6-NOT: .eabi_attribute 42 +; V6-NOT: .eabi_attribute 44 ; V6-NOT: .eabi_attribute 68 ; V6-FAST-NOT: .eabi_attribute 19 @@ -181,6 +182,7 @@ ; V6M-NOT: .eabi_attribute 36 ; V6M: .eabi_attribute 38, 1 ; V6M-NOT: .eabi_attribute 42 +; V6M-NOT: .eabi_attribute 44 ; V6M-NOT: .eabi_attribute 68 ; V6M-FAST-NOT: .eabi_attribute 19 @@ -210,6 +212,7 @@ ; ARM1156T2F-S-NOT: .eabi_attribute 36 ; ARM1156T2F-S: .eabi_attribute 38, 1 ; ARM1156T2F-S-NOT: .eabi_attribute 42 +; ARM1156T2F-S-NOT: .eabi_attribute 44 ; ARM1156T2F-S-NOT: .eabi_attribute 68 ; ARM1156T2F-S-FAST-NOT: .eabi_attribute 19 @@ -268,6 +271,7 @@ ; V7-NOT: .eabi_attribute 36 ; V7: .eabi_attribute 38, 1 ; V7-NOT: .eabi_attribute 42 +; V7-NOT: .eabi_attribute 44 ; V7-NOT: .eabi_attribute 68 ; V7-FAST-NOT: .eabi_attribute 19 @@ -286,6 +290,7 @@ ; V8: .eabi_attribute 21, 1 ; V8-NOT: .eabi_attribute 22 ; V8: .eabi_attribute 23, 3 +; V8-NOT: .eabi_attribute 44 ; V8-FAST-NOT: .eabi_attribute 19 ;; The default does have an FPU, and for V8-A, it flushes preserving sign. @@ -430,6 +435,7 @@ ; CORTEX-A5-DEFAULT: .eabi_attribute 24, 1 ; CORTEX-A5-DEFAULT: .eabi_attribute 25, 1 ; CORTEX-A5-DEFAULT: .eabi_attribute 42, 1 +; CORTEX-A5-DEFAULT-NOT: .eabi_attribute 44 ; CORTEX-A5-DEFAULT: .eabi_attribute 68, 1 ; CORTEX-A5-DEFAULT-FAST-NOT: .eabi_attribute 19 @@ -509,6 +515,7 @@ ; CORTEX-A9-SOFT: .eabi_attribute 36, 1 ; CORTEX-A9-SOFT: .eabi_attribute 38, 1 ; CORTEX-A9-SOFT: .eabi_attribute 42, 1 +; CORTEX-A9-SOFT-NOT: .eabi_attribute 44 ; CORTEX-A9-SOFT: .eabi_attribute 68, 1 ; CORTEX-A9-SOFT-FAST-NOT: .eabi_attribute 19 @@ -702,6 +709,7 @@ ; CORTEX-M0-NOT: .eabi_attribute 36 ; CORTEX-M0: .eabi_attribute 38, 1 ; CORTEX-M0-NOT: .eabi_attribute 42 +; CORTEX-M0-NOT: .eabi_attribute 44 ; CORTEX-M0-NOT: .eabi_attribute 68 ; CORTEX-M0-FAST-NOT: .eabi_attribute 19 |

