blob: de127af286f90d11c3f5aa330359a47bd48fe4c9 (
plain)
1
2
3
4
5
6
7
8
9
10
|
; RUN: opt -run-twice -passes=verify -S -o - %s | FileCheck %s
; This test is used to check metadata attached to global variable declarations
; are copied when CloneModule(). This is required by out-of-tree passes.
; CHECK: @g = external addrspace(64) global i32, !spirv.InOut !0
@g = external addrspace(64) global i32, !spirv.InOut !0
!0 = !{i32 1}
|