[ARM] Fixup the creation of VPT blocks
[llvm-core.git] / test / CodeGen / NVPTX / global-variable-big.ll
blob0c769a856080ee841e2aaf318444c8f268c79107
1 ; RUN: llc < %s | FileCheck %s
2 target datalayout = "e-i64:64-v16:16-v32:32-n16:32:64"
3 target triple = "nvptx64-nvidia-cuda"
5 ; Check that we can handle global variables of large integer type.
7 ; (lsb) 0x0102'0304'0506...0F10 (msb)
8 @gv = addrspace(1) externally_initialized global i128 21345817372864405881847059188222722561, align 16
9 ; CHECK: .visible .global .align 16 .b8 gv[16] = {1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12, 13, 14, 15, 16};