brintos

brintos / llvm-project-archived public Read only

0
0
Text · 884 B · 41493b2 Raw
32 lines · plain
1; RUN: llc -mtriple=x86_64-apple-darwin < %s | FileCheck %s2 3@test1 = global [2 x i24] [i24 -1, i24 -1]4; CHECK-LABEL: test1:5; CHECK-NEXT: .short	655356; CHECK-NEXT: .byte	2557; CHECK-NEXT: .space	18; CHECK-NEXT: .short	655359; CHECK-NEXT: .byte	25510; CHECK-NEXT: .space	111 12@test2 = global [2 x i7] [i7 1, i7 1]13; CHECK-LABEL: test2:14; CHECK-NEXT: .space 2,115 16@test3 = global [4 x i128] [i128 -1, i128 -1, i128 -1, i128 -1]17; CHECK-LABEL: test3:18; CHECK-NEXT: .space 64,25519 20@test4 = global [3 x i16] [i16 257, i16 257, i16 257]21; CHECK-LABEL: test4:22; CHECK-NEXT: .space 6,123 24@test5 = global [2 x [2 x i16]] [[2 x i16] [i16 257, i16 257], [2 x i16] [i16 -1, i16 -1]]25; CHECK-LABEL: test5:26; CHECK-NEXT: .space 4,127; CHECK-NEXT: .space 4,25528 29@test6 = global [2 x [2 x i16]] [[2 x i16] [i16 257, i16 257], [2 x i16] [i16 257, i16 257]]30; CHECK-LABEL: test6:31; CHECK-NEXT: .space 8,132