diff options
Diffstat (limited to 'ptx/src/test/spirv_run/local_align.spvtxt')
-rw-r--r-- | ptx/src/test/spirv_run/local_align.spvtxt | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/ptx/src/test/spirv_run/local_align.spvtxt b/ptx/src/test/spirv_run/local_align.spvtxt index 915ac6f..a2cfd4c 100644 --- a/ptx/src/test/spirv_run/local_align.spvtxt +++ b/ptx/src/test/spirv_run/local_align.spvtxt @@ -33,17 +33,17 @@ %7 = OpVariable %_ptr_Function_ulong Function OpStore %2 %8 OpStore %3 %9 - %10 = OpLoad %ulong %2 + %10 = OpLoad %ulong %2 Aligned 8 OpStore %5 %10 - %11 = OpLoad %ulong %3 + %11 = OpLoad %ulong %3 Aligned 8 OpStore %6 %11 %13 = OpLoad %ulong %5 %16 = OpConvertUToPtr %_ptr_Generic_ulong %13 - %12 = OpLoad %ulong %16 + %12 = OpLoad %ulong %16 Aligned 8 OpStore %7 %12 %14 = OpLoad %ulong %6 %15 = OpLoad %ulong %7 %17 = OpConvertUToPtr %_ptr_Generic_ulong %14 - OpStore %17 %15 + OpStore %17 %15 Aligned 8 OpReturn OpFunctionEnd |