diff options
Diffstat (limited to 'ptx/src/test/spirv_run/atom_cas.spvtxt')
-rw-r--r-- | ptx/src/test/spirv_run/atom_cas.spvtxt | 12 |
1 files changed, 6 insertions, 6 deletions
diff --git a/ptx/src/test/spirv_run/atom_cas.spvtxt b/ptx/src/test/spirv_run/atom_cas.spvtxt index b28d3bc..e1feb0a 100644 --- a/ptx/src/test/spirv_run/atom_cas.spvtxt +++ b/ptx/src/test/spirv_run/atom_cas.spvtxt @@ -35,13 +35,13 @@ %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 %30 = OpConvertUToPtr %_ptr_Generic_uint %13 - %12 = OpLoad %uint %30 + %12 = OpLoad %uint %30 Aligned 4 OpStore %6 %12 %15 = OpLoad %ulong %4 %16 = OpLoad %uint %6 @@ -54,16 +54,16 @@ %18 = OpLoad %ulong %4 %27 = OpIAdd %ulong %18 %ulong_4_0 %34 = OpConvertUToPtr %_ptr_Generic_uint %27 - %17 = OpLoad %uint %34 + %17 = OpLoad %uint %34 Aligned 4 OpStore %7 %17 %19 = OpLoad %ulong %5 %20 = OpLoad %uint %6 %35 = OpConvertUToPtr %_ptr_Generic_uint %19 - OpStore %35 %20 + OpStore %35 %20 Aligned 4 %21 = OpLoad %ulong %5 %22 = OpLoad %uint %7 %29 = OpIAdd %ulong %21 %ulong_4_1 %36 = OpConvertUToPtr %_ptr_Generic_uint %29 - OpStore %36 %22 + OpStore %36 %22 Aligned 4 OpReturn OpFunctionEnd |