From 1cdc42006525fdd2de0273d1aa65211b8176f636 Mon Sep 17 00:00:00 2001 From: Faith Ekstrand Date: Thu, 6 Mar 2025 12:04:58 -0600 Subject: [PATCH] spirv: OpAsmTargetINTEL is untyped We need to handle this in order to bump the JSON in the next commit. Acked-by: Caio Oliveira Part-of: --- src/compiler/spirv/vtn_gather_types_c.py | 1 + 1 file changed, 1 insertion(+) diff --git a/src/compiler/spirv/vtn_gather_types_c.py b/src/compiler/spirv/vtn_gather_types_c.py index 5840b62dd44..b726e1dce87 100644 --- a/src/compiler/spirv/vtn_gather_types_c.py +++ b/src/compiler/spirv/vtn_gather_types_c.py @@ -51,6 +51,7 @@ def find_result_types(spirv): assert res_arg_idx >= 0 elif res_arg_idx >= 0: untyped_insts = [ + 'OpAsmTargetINTEL', 'OpString', 'OpConstantStringAMDX', 'OpSpecConstantStringAMDX',