Francisco Casas (@fcasas) commented about libs/vkd3d-shader/hlsl_sm4.c:
break; default:
FIXME("Unhandled instruction type %s.\n", hlsl_node_type_to_string(instr->type));
hlsl_fixme(ctx, &instr->loc, "Instruction type %s.", hlsl_node_type_to_string(instr->type));
Shouldn't this be a separate patch?
Same for the change in `hlsl_sm1.c`.