aboutsummaryrefslogtreecommitdiffstats
path: root/test/CodeGen/ARM
diff options
context:
space:
mode:
Diffstat (limited to 'test/CodeGen/ARM')
-rw-r--r--test/CodeGen/ARM/fp128.ll10
1 files changed, 10 insertions, 0 deletions
diff --git a/test/CodeGen/ARM/fp128.ll b/test/CodeGen/ARM/fp128.ll
new file mode 100644
index 0000000..ab476d4
--- /dev/null
+++ b/test/CodeGen/ARM/fp128.ll
@@ -0,0 +1,10 @@
+; RUN: llc -march=arm < %s | FileCheck --check-prefix=LITTLEENDIAN %s
+
+@var = global fp128 0xL00000000000000008000000000000000
+
+; CHECK-LITTLEENDIAN: var:
+; CHECK-LITTLEENDIAN-NEXT: .long 0 @ fp128 -0
+; CHECK-LITTLEENDIAN-NEXT: .long 0
+; CHECK-LITTLEENDIAN-NEXT: .long 0
+; CHECK-LITTLEENDIAN-NEXT: .long 2147483648
+