diff options
Diffstat (limited to 'ptx/src/test/spirv_run/pred_not.spvtxt')
-rw-r--r-- | ptx/src/test/spirv_run/pred_not.spvtxt | 10 |
1 files changed, 5 insertions, 5 deletions
diff --git a/ptx/src/test/spirv_run/pred_not.spvtxt b/ptx/src/test/spirv_run/pred_not.spvtxt index 178c98f..18fde05 100644 --- a/ptx/src/test/spirv_run/pred_not.spvtxt +++ b/ptx/src/test/spirv_run/pred_not.spvtxt @@ -36,18 +36,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 %37 = OpConvertUToPtr %_ptr_Generic_ulong %19 - %18 = OpLoad %ulong %37 + %18 = OpLoad %ulong %37 Aligned 8 OpStore %6 %18 %21 = OpLoad %ulong %4 %34 = OpIAdd %ulong %21 %ulong_8 %38 = OpConvertUToPtr %_ptr_Generic_ulong %34 - %20 = OpLoad %ulong %38 + %20 = OpLoad %ulong %38 Aligned 8 OpStore %7 %20 %23 = OpLoad %ulong %6 %24 = OpLoad %ulong %7 @@ -73,6 +73,6 @@ %31 = OpLoad %ulong %5 %32 = OpLoad %ulong %8 %39 = OpConvertUToPtr %_ptr_Generic_ulong %31 - OpStore %39 %32 + OpStore %39 %32 Aligned 8 OpReturn OpFunctionEnd |