1 ; RUN: llvm-as < %s | llvm-spirv -spirv-text -o %t 2 ; RUN: FileCheck < %t %s 3 target datalayout = "e-p:32:32-i64:64-v16:16-v24:32-v32:32-v48:64-v96:128-v192:256-v256:256-v512:512-v1024:1024" 4 target triple = "spir-unknown-unknown" 5 6 ; CHECK: "foo" 7 ; CHECK: 7 SpecConstantOp {{[0-9]*}} {{[0-9]*}} 70 8 ; CHECK: 7 SpecConstantOp {{[0-9]*}} {{[0-9]*}} 70 9 10 @a_var = addrspace(1) global [2 x i8] c"\96\96", align 1 11 @k_var = addrspace(1) global [2 x i8 addrspace(1)*] [i8 addrspace(1)* getelementptr inbounds ([2 x i8], [2 x i8] addrspace(1)* @a_var, i32 0, i64 1), i8 addrspace(1)* getelementptr inbounds ([2 x i8], [2 x i8] addrspace(1)* @a_var, i32 0, i32 0)], align 4 12 13 ; Function Attrs: nounwind 14 define spir_kernel void @foo(i32 addrspace(1)* %a) #0 { 15 entry: 16 %a.addr = alloca i32 addrspace(1)*, align 4 17 store i32 addrspace(1)* %a, i32 addrspace(1)** %a.addr, align 4 18 ret void 19 } 20 21 attributes #0 = { nounwind "less-precise-fpmad"="false" "no-frame-pointer-elim"="false" "no-infs-fp-math"="false" "no-nans-fp-math"="false" "no-realign-stack" "stack-protector-buffer-size"="8" "unsafe-fp-math"="false" "use-soft-float"="false" } 22 23 !opencl.kernels = !{!0} 24 !opencl.enable.FP_CONTRACT = !{} 25 !opencl.spir.version = !{!6} 26 !opencl.ocl.version = !{!6} 27 !opencl.used.extensions = !{!7} 28 !opencl.used.optional.core.features = !{!7} 29 !opencl.compiler.options = !{!7} 30 31 !0 = !{void (i32 addrspace(1)*)* @foo, !1, !2, !3, !4, !5} 32 !1 = !{!"kernel_arg_addr_space", i32 1} 33 !2 = !{!"kernel_arg_access_qual", !"none"} 34 !3 = !{!"kernel_arg_type", !"int*"} 35 !4 = !{!"kernel_arg_base_type", !"int*"} 36 !5 = !{!"kernel_arg_type_qual", !""} 37 !6 = !{i32 1, i32 2} 38 !7 = !{} 39