aboutsummaryrefslogtreecommitdiffhomepage
path: root/ptx/src/test/spirv_run/shl_link_hack.spvtxt
diff options
context:
space:
mode:
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