diff options
Diffstat (limited to 'ptx/src/test/spirv_run/setp.spvtxt')
-rw-r--r-- | ptx/src/test/spirv_run/setp.spvtxt | 10 |
1 files changed, 5 insertions, 5 deletions
diff --git a/ptx/src/test/spirv_run/setp.spvtxt b/ptx/src/test/spirv_run/setp.spvtxt index ec94573..c3129e3 100644 --- a/ptx/src/test/spirv_run/setp.spvtxt +++ b/ptx/src/test/spirv_run/setp.spvtxt @@ -34,18 +34,18 @@ %9 = OpVariable %_ptr_Function_bool Function OpStore %2 %14 OpStore %3 %15 - %16 = OpLoad %ulong %2 + %16 = OpLoad %ulong %2 Aligned 8 OpStore %4 %16 - %17 = OpLoad %ulong %3 + %17 = OpLoad %ulong %3 Aligned 8 OpStore %5 %17 %19 = OpLoad %ulong %4 %35 = OpConvertUToPtr %_ptr_Generic_ulong %19 - %18 = OpLoad %ulong %35 + %18 = OpLoad %ulong %35 Aligned 8 OpStore %6 %18 %21 = OpLoad %ulong %4 %32 = OpIAdd %ulong %21 %ulong_8 %36 = OpConvertUToPtr %_ptr_Generic_ulong %32 - %20 = OpLoad %ulong %36 + %20 = OpLoad %ulong %36 Aligned 8 OpStore %7 %20 %23 = OpLoad %ulong %6 %24 = OpLoad %ulong %7 @@ -68,6 +68,6 @@ %29 = OpLoad %ulong %5 %30 = OpLoad %ulong %8 %37 = OpConvertUToPtr %_ptr_Generic_ulong %29 - OpStore %37 %30 + OpStore %37 %30 Aligned 8 OpReturn OpFunctionEnd |