50 lines
1.1 KiB
Cheetah
50 lines
1.1 KiB
Cheetah
119734787 65536 458752 20 0
|
|
2 Capability Addresses
|
|
2 Capability Linkage
|
|
2 Capability Kernel
|
|
2 Capability Int64
|
|
2 Capability Int8
|
|
3 MemoryModel 2 2
|
|
6 EntryPoint 6 1 "copy_object"
|
|
3 Source 3 102000
|
|
3 Name 2 "in"
|
|
4 Decorate 3 BuiltIn 28
|
|
3 Decorate 3 Constant
|
|
4 Decorate 2 FuncParamAttr 5
|
|
11 Decorate 3 LinkageAttributes "__spirv_GlobalInvocationId" Import
|
|
4 TypeInt 4 64 0
|
|
4 TypeInt 8 8 0
|
|
5 Constant 4 11 32 0
|
|
4 Constant 8 12 236
|
|
4 TypeVector 5 4 3
|
|
4 TypePointer 6 0 5
|
|
2 TypeVoid 7
|
|
4 TypePointer 9 5 8
|
|
4 TypeFunction 10 7 9
|
|
4 Variable 6 3 0
|
|
|
|
5 Function 7 1 0 10
|
|
3 FunctionParameter 9 2
|
|
|
|
2 Label 13
|
|
4 Load 5 14 3
|
|
5 CompositeExtract 4 15 14 0
|
|
5 ShiftLeftLogical 4 16 15 11
|
|
5 ShiftRightArithmetic 4 17 16 11
|
|
5 InBoundsPtrAccessChain 9 18 2 17
|
|
4 CopyObject 8 19 12
|
|
3 Store 18 19
|
|
1 Return
|
|
|
|
1 FunctionEnd
|
|
|
|
; RUN: llvm-spirv %s -to-binary -o %t.spv
|
|
; RUN: spirv-val %t.spv
|
|
; RUN: llvm-spirv -r %t.spv -o %t.bc
|
|
; RUN: llvm-dis < %t.bc | FileCheck %s --check-prefix=CHECK-LLVM
|
|
|
|
; CHECK-LLVM-NOT: CopyObject
|
|
; CHECK-LLVM: %[[char:[0-9]+]] = alloca i8
|
|
; CHECK-LLVM: store i8 -20, ptr %[[char]]
|
|
; CHECK-LLVM: %{{[0-9]*}} = load i8, ptr %[[char]]
|