aboutsummaryrefslogtreecommitdiffhomepage
path: root/ptx/src/test/spirv_run/implicit_param.spvtxt
diff options
context:
space:
mode:
Diffstat (limited to 'ptx/src/test/spirv_run/implicit_param.spvtxt')
-rw-r--r--ptx/src/test/spirv_run/implicit_param.spvtxt12
1 files changed, 6 insertions, 6 deletions
diff --git a/ptx/src/test/spirv_run/implicit_param.spvtxt b/ptx/src/test/spirv_run/implicit_param.spvtxt
index a78e53f..760761a 100644
--- a/ptx/src/test/spirv_run/implicit_param.spvtxt
+++ b/ptx/src/test/spirv_run/implicit_param.spvtxt
@@ -31,23 +31,23 @@
%7 = OpVariable %_ptr_Function_uint Function
OpStore %2 %8
OpStore %3 %9
- %10 = OpLoad %ulong %2
+ %10 = OpLoad %ulong %2 Aligned 8
OpStore %4 %10
- %11 = OpLoad %ulong %3
+ %11 = OpLoad %ulong %3 Aligned 8
OpStore %5 %11
%13 = OpLoad %ulong %4
%18 = OpConvertUToPtr %_ptr_CrossWorkgroup_float %13
- %12 = OpLoad %float %18
+ %12 = OpLoad %float %18 Aligned 4
OpStore %6 %12
%14 = OpLoad %float %6
%19 = OpBitcast %_ptr_Function_float %7
- OpStore %19 %14
+ OpStore %19 %14 Aligned 4
%20 = OpBitcast %_ptr_Function_float %7
- %15 = OpLoad %float %20
+ %15 = OpLoad %float %20 Aligned 4
OpStore %6 %15
%16 = OpLoad %ulong %5
%17 = OpLoad %float %6
%21 = OpConvertUToPtr %_ptr_CrossWorkgroup_float %16
- OpStore %21 %17
+ OpStore %21 %17 Aligned 4
OpReturn
OpFunctionEnd