You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
; CHECK-LLVM: @b = external addrspace(1) global i32
29
51
; CHECK-LLVM: @c = addrspace(1) global ptr addrspace(1) @a
30
52
; CHECK-LLVM: @d = external addrspace(3) global ptr addrspace(1)
53
+
; CHECK-LLVM: @e = addrspace(1) global [2 x ptr addrspace(1)] [ptr addrspace(1) @a, ptr addrspace(1) @b]
54
+
; CHECK-LLVM: @f = addrspace(1) global [2 x [3 x [4 x i32]]]
55
+
; CHECK-LLVM: @g = addrspace(1) global ptr addrspace(1) getelementptr inbounds ([2 x [3 x [4 x i32]]], ptr addrspace(1) @f, i64 0, i64 1, i64 2, i64 3)
31
56
32
57
@a = addrspace(1) globali160
33
58
@b = externaladdrspace(1) globali32
34
59
@c = addrspace(1) globalptraddrspace(1) @a
35
60
@d = externaladdrspace(3) globalptraddrspace(1)
61
+
@e = addrspace(1) global [2 x ptraddrspace(1)] [ptraddrspace(1) @a, ptraddrspace(1) @b]
62
+
@f = addrspace(1) global [2 x [3 x [4 x i32]]] [[3 x [4 x i32]] [[4 x i32] [i321, i322, i323, i324], [4 x i32] [i321, i322, i323, i324], [4 x i32] [i321, i322, i323, i324]], [3 x [4 x i32]] [[4 x i32] [i321, i322, i323, i324], [4 x i32] [i321, i322, i323, i324], [4 x i32] [i321, i322, i323, i324]]]
63
+
@g = addrspace(1) globalptraddrspace(1) getelementptrinbounds ([2 x [3 x [4 x i32]]], ptraddrspace(1) @f, i640, i641, i642, i643)
0 commit comments