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',