summaryrefslogtreecommitdiffstats
path: root/llvm/test/CodeGen/AArch64/win_cst_pool.ll
diff options
context:
space:
mode:
Diffstat (limited to 'llvm/test/CodeGen/AArch64/win_cst_pool.ll')
-rw-r--r--llvm/test/CodeGen/AArch64/win_cst_pool.ll16
1 files changed, 8 insertions, 8 deletions
diff --git a/llvm/test/CodeGen/AArch64/win_cst_pool.ll b/llvm/test/CodeGen/AArch64/win_cst_pool.ll
index f26e7aab3e5..c30ca4e6687 100644
--- a/llvm/test/CodeGen/AArch64/win_cst_pool.ll
+++ b/llvm/test/CodeGen/AArch64/win_cst_pool.ll
@@ -2,22 +2,22 @@
; RUN: llc < %s -mtriple=aarch64-win32-gnu | FileCheck -check-prefix=MINGW %s
define double @double() {
- ret double 0x0000000000800001
+ ret double 0x2000000000800001
}
-; CHECK: .globl __real@0000000000800001
-; CHECK-NEXT: .section .rdata,"dr",discard,__real@0000000000800001
+; CHECK: .globl __real@2000000000800001
+; CHECK-NEXT: .section .rdata,"dr",discard,__real@2000000000800001
; CHECK-NEXT: .p2align 3
-; CHECK-NEXT: __real@0000000000800001:
-; CHECK-NEXT: .xword 8388609
+; CHECK-NEXT: __real@2000000000800001:
+; CHECK-NEXT: .xword 2305843009222082561
; CHECK: double:
-; CHECK: adrp x8, __real@0000000000800001
-; CHECK-NEXT: ldr d0, [x8, __real@0000000000800001]
+; CHECK: adrp x8, __real@2000000000800001
+; CHECK-NEXT: ldr d0, [x8, __real@2000000000800001]
; CHECK-NEXT: ret
; MINGW: .section .rdata,"dr"
; MINGW-NEXT: .p2align 3
; MINGW-NEXT: [[LABEL:\.LC.*]]:
-; MINGW-NEXT: .xword 8388609
+; MINGW-NEXT: .xword 2305843009222082561
; MINGW: double:
; MINGW: adrp x8, [[LABEL]]
; MINGW-NEXT: ldr d0, [x8, [[LABEL]]]
OpenPOWER on IntegriCloud