diff options
Diffstat (limited to 'ptx/src/test/spirv_run/call.spvtxt')
-rw-r--r-- | ptx/src/test/spirv_run/call.spvtxt | 16 |
1 files changed, 8 insertions, 8 deletions
diff --git a/ptx/src/test/spirv_run/call.spvtxt b/ptx/src/test/spirv_run/call.spvtxt index 31f5307..5473234 100644 --- a/ptx/src/test/spirv_run/call.spvtxt +++ b/ptx/src/test/spirv_run/call.spvtxt @@ -30,25 +30,25 @@ %11 = OpVariable %_ptr_Function_ulong Function OpStore %5 %12 OpStore %6 %13 - %14 = OpLoad %ulong %5 + %14 = OpLoad %ulong %5 Aligned 8 OpStore %7 %14 - %15 = OpLoad %ulong %6 + %15 = OpLoad %ulong %6 Aligned 8 OpStore %8 %15 %17 = OpLoad %ulong %7 %22 = OpConvertUToPtr %_ptr_CrossWorkgroup_ulong %17 - %16 = OpLoad %ulong %22 + %16 = OpLoad %ulong %22 Aligned 8 OpStore %9 %16 %18 = OpLoad %ulong %9 %23 = OpBitcast %_ptr_Function_ulong %10 %24 = OpCopyObject %ulong %18 - OpStore %23 %24 + OpStore %23 %24 Aligned 8 %43 = OpFunctionCall %void %1 %11 %10 - %19 = OpLoad %ulong %11 + %19 = OpLoad %ulong %11 Aligned 8 OpStore %9 %19 %20 = OpLoad %ulong %8 %21 = OpLoad %ulong %9 %25 = OpConvertUToPtr %_ptr_CrossWorkgroup_ulong %20 - OpStore %25 %21 + OpStore %25 %21 Aligned 8 OpReturn OpFunctionEnd %1 = OpFunction %void None %44 @@ -56,12 +56,12 @@ %28 = OpFunctionParameter %_ptr_Function_ulong %35 = OpLabel %29 = OpVariable %_ptr_Function_ulong Function - %30 = OpLoad %ulong %28 + %30 = OpLoad %ulong %28 Aligned 8 OpStore %29 %30 %32 = OpLoad %ulong %29 %31 = OpIAdd %ulong %32 %ulong_1 OpStore %29 %31 %33 = OpLoad %ulong %29 - OpStore %27 %33 + OpStore %27 %33 Aligned 8 OpReturn OpFunctionEnd |