diff options
Diffstat (limited to 'ptx/src/test/spirv_run/ld_st_offset.spvtxt')
-rw-r--r-- | ptx/src/test/spirv_run/ld_st_offset.spvtxt | 12 |
1 files changed, 6 insertions, 6 deletions
diff --git a/ptx/src/test/spirv_run/ld_st_offset.spvtxt b/ptx/src/test/spirv_run/ld_st_offset.spvtxt index 963d88a..5e314a0 100644 --- a/ptx/src/test/spirv_run/ld_st_offset.spvtxt +++ b/ptx/src/test/spirv_run/ld_st_offset.spvtxt @@ -31,27 +31,27 @@ %7 = OpVariable %_ptr_Function_uint Function OpStore %2 %8 OpStore %3 %9 - %10 = OpLoad %ulong %2 + %10 = OpLoad %ulong %2 Aligned 8 OpStore %4 %10 - %11 = OpLoad %ulong %3 + %11 = OpLoad %ulong %3 Aligned 8 OpStore %5 %11 %13 = OpLoad %ulong %4 %24 = OpConvertUToPtr %_ptr_Generic_uint %13 - %12 = OpLoad %uint %24 + %12 = OpLoad %uint %24 Aligned 4 OpStore %6 %12 %15 = OpLoad %ulong %4 %21 = OpIAdd %ulong %15 %ulong_4 %25 = OpConvertUToPtr %_ptr_Generic_uint %21 - %14 = OpLoad %uint %25 + %14 = OpLoad %uint %25 Aligned 4 OpStore %7 %14 %16 = OpLoad %ulong %5 %17 = OpLoad %uint %7 %26 = OpConvertUToPtr %_ptr_Generic_uint %16 - OpStore %26 %17 + OpStore %26 %17 Aligned 4 %18 = OpLoad %ulong %5 %19 = OpLoad %uint %6 %23 = OpIAdd %ulong %18 %ulong_4_0 %27 = OpConvertUToPtr %_ptr_Generic_uint %23 - OpStore %27 %19 + OpStore %27 %19 Aligned 4 OpReturn OpFunctionEnd |