aboutsummaryrefslogtreecommitdiffhomepage
path: root/ptx/src/test/spirv_run/ntid.spvtxt
diff options
context:
space:
mode:
Diffstat (limited to 'ptx/src/test/spirv_run/ntid.spvtxt')
-rw-r--r--ptx/src/test/spirv_run/ntid.spvtxt60
1 files changed, 0 insertions, 60 deletions
diff --git a/ptx/src/test/spirv_run/ntid.spvtxt b/ptx/src/test/spirv_run/ntid.spvtxt
deleted file mode 100644
index 6754ce4..0000000
--- a/ptx/src/test/spirv_run/ntid.spvtxt
+++ /dev/null
@@ -1,60 +0,0 @@
- OpCapability GenericPointer
- OpCapability Linkage
- OpCapability Addresses
- OpCapability Kernel
- OpCapability Int8
- OpCapability Int16
- OpCapability Int64
- OpCapability Float16
- OpCapability Float64
- %30 = OpExtInstImport "OpenCL.std"
- OpMemoryModel Physical64 OpenCL
- OpEntryPoint Kernel %1 "ntid"
- OpExecutionMode %1 ContractionOff
- OpDecorate %11 LinkageAttributes "__zluda_ptx_impl__sreg_ntid" Import
- %void = OpTypeVoid
- %uint = OpTypeInt 32 0
- %uchar = OpTypeInt 8 0
- %34 = OpTypeFunction %uint %uchar
- %ulong = OpTypeInt 64 0
- %36 = OpTypeFunction %void %ulong %ulong
-%_ptr_Function_ulong = OpTypePointer Function %ulong
-%_ptr_Function_uint = OpTypePointer Function %uint
-%_ptr_Generic_uint = OpTypePointer Generic %uint
- %uchar_0 = OpConstant %uchar 0
- %11 = OpFunction %uint None %34
- %13 = OpFunctionParameter %uchar
- OpFunctionEnd
- %1 = OpFunction %void None %36
- %14 = OpFunctionParameter %ulong
- %15 = OpFunctionParameter %ulong
- %28 = OpLabel
- %2 = OpVariable %_ptr_Function_ulong Function
- %3 = OpVariable %_ptr_Function_ulong Function
- %4 = OpVariable %_ptr_Function_ulong Function
- %5 = OpVariable %_ptr_Function_ulong Function
- %6 = OpVariable %_ptr_Function_uint Function
- %7 = OpVariable %_ptr_Function_uint Function
- OpStore %2 %14
- OpStore %3 %15
- %16 = OpLoad %ulong %2 Aligned 8
- OpStore %4 %16
- %17 = OpLoad %ulong %3 Aligned 8
- OpStore %5 %17
- %19 = OpLoad %ulong %4
- %26 = OpConvertUToPtr %_ptr_Generic_uint %19
- %18 = OpLoad %uint %26 Aligned 4
- OpStore %6 %18
- %10 = OpFunctionCall %uint %11 %uchar_0
- %20 = OpCopyObject %uint %10
- OpStore %7 %20
- %22 = OpLoad %uint %6
- %23 = OpLoad %uint %7
- %21 = OpIAdd %uint %22 %23
- OpStore %6 %21
- %24 = OpLoad %ulong %5
- %25 = OpLoad %uint %6
- %27 = OpConvertUToPtr %_ptr_Generic_uint %24
- OpStore %27 %25 Aligned 4
- OpReturn
- OpFunctionEnd