diff options
author | Andrzej Janik <[email protected]> | 2021-09-17 20:53:44 +0000 |
---|---|---|
committer | Andrzej Janik <[email protected]> | 2021-09-17 20:53:44 +0000 |
commit | d5a4b068dd9bf72a0e1b6448583ebad609ed72c1 (patch) | |
tree | 988aaa9772d78a0963bb54a96f93f95de15877b5 /ptx/src/test/spirv_run/ntid.spvtxt | |
parent | 6ef19d65010164a7cc8408663eb189b64f44d26a (diff) | |
download | ZLUDA-d5a4b068dd9bf72a0e1b6448583ebad609ed72c1.tar.gz ZLUDA-d5a4b068dd9bf72a0e1b6448583ebad609ed72c1.zip |
Redo handling of sregs
Diffstat (limited to 'ptx/src/test/spirv_run/ntid.spvtxt')
-rw-r--r-- | ptx/src/test/spirv_run/ntid.spvtxt | 67 |
1 files changed, 33 insertions, 34 deletions
diff --git a/ptx/src/test/spirv_run/ntid.spvtxt b/ptx/src/test/spirv_run/ntid.spvtxt index e5f343c..6754ce4 100644 --- a/ptx/src/test/spirv_run/ntid.spvtxt +++ b/ptx/src/test/spirv_run/ntid.spvtxt @@ -7,55 +7,54 @@ OpCapability Int64 OpCapability Float16 OpCapability Float64 - %31 = OpExtInstImport "OpenCL.std" + %30 = OpExtInstImport "OpenCL.std" OpMemoryModel Physical64 OpenCL OpEntryPoint Kernel %1 "ntid" OpExecutionMode %1 ContractionOff - OpDecorate %24 LinkageAttributes "get_local_size" Import + OpDecorate %11 LinkageAttributes "__zluda_ptx_impl__sreg_ntid" Import %void = OpTypeVoid - %ulong = OpTypeInt 64 0 %uint = OpTypeInt 32 0 - %35 = OpTypeFunction %ulong %uint + %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 - %uint_0 = OpConstant %uint 0 - %24 = OpFunction %ulong None %35 - %26 = OpFunctionParameter %uint + %uchar_0 = OpConstant %uchar 0 + %11 = OpFunction %uint None %34 + %13 = OpFunctionParameter %uchar OpFunctionEnd %1 = OpFunction %void None %36 - %9 = OpFunctionParameter %ulong - %10 = OpFunctionParameter %ulong - %29 = OpLabel + %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 %9 - OpStore %3 %10 - %11 = OpLoad %ulong %2 Aligned 8 - OpStore %4 %11 - %12 = OpLoad %ulong %3 Aligned 8 - OpStore %5 %12 - %14 = OpLoad %ulong %4 - %27 = OpConvertUToPtr %_ptr_Generic_uint %14 - %13 = OpLoad %uint %27 Aligned 4 - OpStore %6 %13 - %23 = OpFunctionCall %ulong %24 %uint_0 - %40 = OpBitcast %ulong %23 - %16 = OpUConvert %uint %40 - %15 = OpCopyObject %uint %16 - OpStore %7 %15 - %18 = OpLoad %uint %6 - %19 = OpLoad %uint %7 - %17 = OpIAdd %uint %18 %19 - OpStore %6 %17 - %20 = OpLoad %ulong %5 - %21 = OpLoad %uint %6 - %28 = OpConvertUToPtr %_ptr_Generic_uint %20 - OpStore %28 %21 Aligned 4 + 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
\ No newline at end of file + OpFunctionEnd |