spirv_new: remove invalid Aligned 0 decorations (#2360)

After https://github.com/KhronosGroup/SPIRV-Tools/pull/6027 spirv-val is
now rejecting `Aligned 0` Memory Operands. This causes the spirv_new
test binary to no longer build with a recent SPIRV-Tools version.

Mechanically remove all occurrences of `Aligned 0` in the SPIR-V
assembly files.

Signed-off-by: Sven van Haastregt <sven.vanhaastregt@arm.com>
This commit is contained in:
Sven van Haastregt
2025-04-08 18:49:00 +02:00
committed by GitHub
parent 051b82b7e9
commit 0abec2f49a
336 changed files with 336 additions and 336 deletions

View File

@@ -24,7 +24,7 @@
%in = OpFunctionParameter %_ptr_CrossWorkgroup_uint
%10 = OpFunctionParameter %_ptr_CrossWorkgroup_uint
%11 = OpLabel
%12 = OpLoad %v3uint %gl_GlobalInvocationID Aligned 0
%12 = OpLoad %v3uint %gl_GlobalInvocationID
%13 = OpCompositeExtract %uint %12 0
%14 = OpInBoundsPtrAccessChain %_ptr_CrossWorkgroup_uint %in %13
%15 = OpInBoundsPtrAccessChain %_ptr_CrossWorkgroup_uint %10 %13