Giovanni Mascellani (@giomasce) commented about libs/vkd3d-shader/dxil.c:
- }
- return true;
+}
+static void metadata_attachment_record_apply(const struct dxil_record *record, enum bitcode_function_code func_code,
struct vkd3d_shader_instruction *ins, struct sm6_value *dst, struct sm6_parser *sm6)
+{
- static const char *ignored_names[] =
- {
"alias.scope",
"dx.controlflow.hints",
"llvm.loop",
"noalias",
"tbaa",
"range",
Do you have a reference on what these modifiers are supposed to do?