aboutsummaryrefslogtreecommitdiffhomepage
path: root/ptx/src/test/spirv_run/shl_link_hack.spvtxt
diff options
context:
space:
mode:
authorAndrzej Janik <[email protected]>2021-01-08 19:04:27 +0100
committerAndrzej Janik <[email protected]>2021-01-08 19:04:27 +0100
commit9fe846e511b1c32e88e1235b0c450ad3f1a82b94 (patch)
treefa63473a80b9948749e1cc2749e198f9551cddc9 /ptx/src/test/spirv_run/shl_link_hack.spvtxt
parent078ae20c2c0aff93858eeb69d0c46dad4d997998 (diff)
downloadZLUDA-regen_tests.tar.gz
ZLUDA-regen_tests.zip
Regenerate SPIR-V testsregen_tests
Diffstat (limited to 'ptx/src/test/spirv_run/shl_link_hack.spvtxt')
-rw-r--r--ptx/src/test/spirv_run/shl_link_hack.spvtxt8
1 files changed, 4 insertions, 4 deletions
diff --git a/ptx/src/test/spirv_run/shl_link_hack.spvtxt b/ptx/src/test/spirv_run/shl_link_hack.spvtxt
index 8656049..7e53af8 100644
--- a/ptx/src/test/spirv_run/shl_link_hack.spvtxt
+++ b/ptx/src/test/spirv_run/shl_link_hack.spvtxt
@@ -39,9 +39,9 @@
%8 = OpVariable %_ptr_Function_uint Function
OpStore %2 %9
OpStore %3 %10
- %11 = OpLoad %ulong %2
+ %11 = OpLoad %ulong %2 Aligned 8
OpStore %4 %11
- %12 = OpLoad %ulong %3
+ %12 = OpLoad %ulong %3 Aligned 8
OpStore %5 %12
%14 = OpLoad %ulong %5
%23 = OpConvertUToPtr %_ptr_Generic_uint %14
@@ -49,7 +49,7 @@
OpStore %8 %13
%16 = OpLoad %ulong %4
%24 = OpConvertUToPtr %_ptr_Generic_ulong %16
- %15 = OpLoad %ulong %24
+ %15 = OpLoad %ulong %24 Aligned 8
OpStore %6 %15
%18 = OpLoad %ulong %6
%26 = OpCopyObject %ulong %18
@@ -60,6 +60,6 @@
%19 = OpLoad %ulong %5
%20 = OpLoad %ulong %7
%27 = OpConvertUToPtr %_ptr_Generic_ulong %19
- OpStore %27 %20
+ OpStore %27 %20 Aligned 8
OpReturn
OpFunctionEnd