aboutsummaryrefslogtreecommitdiffhomepage
path: root/ptx/src/test/spirv_run/bra.spvtxt
diff options
context:
space:
mode:
Diffstat (limited to 'ptx/src/test/spirv_run/bra.spvtxt')
-rw-r--r--ptx/src/test/spirv_run/bra.spvtxt8
1 files changed, 4 insertions, 4 deletions
diff --git a/ptx/src/test/spirv_run/bra.spvtxt b/ptx/src/test/spirv_run/bra.spvtxt
index b20e61a..c2c1e1c 100644
--- a/ptx/src/test/spirv_run/bra.spvtxt
+++ b/ptx/src/test/spirv_run/bra.spvtxt
@@ -29,13 +29,13 @@
%10 = OpVariable %_ptr_Function_ulong Function
OpStore %2 %11
OpStore %3 %12
- %13 = OpLoad %ulong %2
+ %13 = OpLoad %ulong %2 Aligned 8
OpStore %7 %13
- %14 = OpLoad %ulong %3
+ %14 = OpLoad %ulong %3 Aligned 8
OpStore %8 %14
%16 = OpLoad %ulong %7
%25 = OpConvertUToPtr %_ptr_Generic_ulong %16
- %15 = OpLoad %ulong %25
+ %15 = OpLoad %ulong %25 Aligned 8
OpStore %9 %15
OpBranch %4
%4 = OpLabel
@@ -52,6 +52,6 @@
%21 = OpLoad %ulong %8
%22 = OpLoad %ulong %10
%26 = OpConvertUToPtr %_ptr_Generic_ulong %21
- OpStore %26 %22
+ OpStore %26 %22 Aligned 8
OpReturn
OpFunctionEnd