aboutsummaryrefslogtreecommitdiffhomepage
path: root/ptx/src/test/spirv_run/max.spvtxt
diff options
context:
space:
mode:
Diffstat (limited to 'ptx/src/test/spirv_run/max.spvtxt')
-rw-r--r--ptx/src/test/spirv_run/max.spvtxt48
1 files changed, 23 insertions, 25 deletions
diff --git a/ptx/src/test/spirv_run/max.spvtxt b/ptx/src/test/spirv_run/max.spvtxt
index cab9a9a..05eb705 100644
--- a/ptx/src/test/spirv_run/max.spvtxt
+++ b/ptx/src/test/spirv_run/max.spvtxt
@@ -7,21 +7,21 @@
OpCapability Int64
OpCapability Float16
OpCapability Float64
- %30 = OpExtInstImport "OpenCL.std"
+ %28 = OpExtInstImport "OpenCL.std"
OpMemoryModel Physical64 OpenCL
OpEntryPoint Kernel %1 "max"
%void = OpTypeVoid
%ulong = OpTypeInt 64 0
- %33 = OpTypeFunction %void %ulong %ulong
+ %31 = OpTypeFunction %void %ulong %ulong
%_ptr_Function_ulong = OpTypePointer Function %ulong
%uint = OpTypeInt 32 0
%_ptr_Function_uint = OpTypePointer Function %uint
%_ptr_Generic_uint = OpTypePointer Generic %uint
%ulong_4 = OpConstant %ulong 4
- %1 = OpFunction %void None %33
+ %1 = OpFunction %void None %31
%8 = OpFunctionParameter %ulong
%9 = OpFunctionParameter %ulong
- %28 = OpLabel
+ %26 = OpLabel
%2 = OpVariable %_ptr_Function_ulong Function
%3 = OpVariable %_ptr_Function_ulong Function
%4 = OpVariable %_ptr_Function_ulong Function
@@ -30,28 +30,26 @@
%7 = OpVariable %_ptr_Function_uint Function
OpStore %2 %8
OpStore %3 %9
- %11 = OpLoad %ulong %2
- %10 = OpCopyObject %ulong %11
+ %10 = OpLoad %ulong %2
OpStore %4 %10
- %13 = OpLoad %ulong %3
- %12 = OpCopyObject %ulong %13
- OpStore %5 %12
+ %11 = OpLoad %ulong %3
+ OpStore %5 %11
+ %13 = OpLoad %ulong %4
+ %23 = OpConvertUToPtr %_ptr_Generic_uint %13
+ %12 = OpLoad %uint %23
+ OpStore %6 %12
%15 = OpLoad %ulong %4
- %25 = OpConvertUToPtr %_ptr_Generic_uint %15
- %14 = OpLoad %uint %25
- OpStore %6 %14
- %17 = OpLoad %ulong %4
- %24 = OpIAdd %ulong %17 %ulong_4
- %26 = OpConvertUToPtr %_ptr_Generic_uint %24
- %16 = OpLoad %uint %26
- OpStore %7 %16
- %19 = OpLoad %uint %6
- %20 = OpLoad %uint %7
- %18 = OpExtInst %uint %30 s_max %19 %20
- OpStore %6 %18
- %21 = OpLoad %ulong %5
- %22 = OpLoad %uint %6
- %27 = OpConvertUToPtr %_ptr_Generic_uint %21
- OpStore %27 %22
+ %22 = OpIAdd %ulong %15 %ulong_4
+ %24 = OpConvertUToPtr %_ptr_Generic_uint %22
+ %14 = OpLoad %uint %24
+ OpStore %7 %14
+ %17 = OpLoad %uint %6
+ %18 = OpLoad %uint %7
+ %16 = OpExtInst %uint %28 s_max %17 %18
+ OpStore %6 %16
+ %19 = OpLoad %ulong %5
+ %20 = OpLoad %uint %6
+ %25 = OpConvertUToPtr %_ptr_Generic_uint %19
+ OpStore %25 %20
OpReturn
OpFunctionEnd