diff options
author | Andrzej Janik <[email protected]> | 2021-01-08 19:06:11 +0100 |
---|---|---|
committer | GitHub <[email protected]> | 2021-01-08 19:06:11 +0100 |
commit | 237a6c113a6c62e36dfa487e074f2b93d854039c (patch) | |
tree | fa63473a80b9948749e1cc2749e198f9551cddc9 /ptx/src/test/spirv_run/assertfail.spvtxt | |
parent | 078ae20c2c0aff93858eeb69d0c46dad4d997998 (diff) | |
download | ZLUDA-237a6c113a6c62e36dfa487e074f2b93d854039c.tar.gz ZLUDA-237a6c113a6c62e36dfa487e074f2b93d854039c.zip |
Regenerate SPIR-V tests (#29)
In one of the previous commits we made a change to mark ld/st as aligned. This change was not propagated to test files
Diffstat (limited to 'ptx/src/test/spirv_run/assertfail.spvtxt')
-rw-r--r-- | ptx/src/test/spirv_run/assertfail.spvtxt | 18 |
1 files changed, 9 insertions, 9 deletions
diff --git a/ptx/src/test/spirv_run/assertfail.spvtxt b/ptx/src/test/spirv_run/assertfail.spvtxt index 33cdb7f..8ed84fa 100644 --- a/ptx/src/test/spirv_run/assertfail.spvtxt +++ b/ptx/src/test/spirv_run/assertfail.spvtxt @@ -53,9 +53,9 @@ %24 = OpVariable %_ptr_Function_ulong Function OpStore %13 %25 OpStore %14 %26 - %27 = OpLoad %ulong %13 + %27 = OpLoad %ulong %13 Aligned 8 OpStore %15 %27 - %28 = OpLoad %ulong %14 + %28 = OpLoad %ulong %14 Aligned 8 OpStore %16 %28 %53 = OpCopyObject %uint %uint_0 %29 = OpCopyObject %uint %53 @@ -65,34 +65,34 @@ %78 = OpInBoundsPtrAccessChain %_ptr_Function_uchar %77 %ulong_0 %43 = OpBitcast %_ptr_Function_ulong %78 %54 = OpCopyObject %ulong %30 - OpStore %43 %54 + OpStore %43 %54 Aligned 8 %31 = OpLoad %ulong %15 %79 = OpBitcast %_ptr_Function_uchar %21 %80 = OpInBoundsPtrAccessChain %_ptr_Function_uchar %79 %ulong_0_0 %45 = OpBitcast %_ptr_Function_ulong %80 %55 = OpCopyObject %ulong %31 - OpStore %45 %55 + OpStore %45 %55 Aligned 8 %32 = OpLoad %uint %19 %81 = OpBitcast %_ptr_Function_uchar %22 %82 = OpInBoundsPtrAccessChain %_ptr_Function_uchar %81 %ulong_0_1 %47 = OpBitcast %_ptr_Function_uint %82 - OpStore %47 %32 + OpStore %47 %32 Aligned 4 %33 = OpLoad %ulong %15 %83 = OpBitcast %_ptr_Function_uchar %23 %84 = OpInBoundsPtrAccessChain %_ptr_Function_uchar %83 %ulong_0_2 %49 = OpBitcast %_ptr_Function_ulong %84 %56 = OpCopyObject %ulong %33 - OpStore %49 %56 + OpStore %49 %56 Aligned 8 %34 = OpLoad %ulong %15 %85 = OpBitcast %_ptr_Function_uchar %24 %86 = OpInBoundsPtrAccessChain %_ptr_Function_uchar %85 %ulong_0_3 %51 = OpBitcast %_ptr_Function_ulong %86 %57 = OpCopyObject %ulong %34 - OpStore %51 %57 + OpStore %51 %57 Aligned 8 %87 = OpFunctionCall %void %1 %20 %21 %22 %23 %24 %36 = OpLoad %ulong %15 %58 = OpConvertUToPtr %_ptr_Generic_ulong %36 - %35 = OpLoad %ulong %58 + %35 = OpLoad %ulong %58 Aligned 8 OpStore %17 %35 %38 = OpLoad %ulong %17 %37 = OpIAdd %ulong %38 %ulong_1 @@ -100,6 +100,6 @@ %39 = OpLoad %ulong %16 %40 = OpLoad %ulong %18 %59 = OpConvertUToPtr %_ptr_Generic_ulong %39 - OpStore %59 %40 + OpStore %59 %40 Aligned 8 OpReturn OpFunctionEnd |