23 Feb
2024
23 Feb
'24
2:10 p.m.
Conor McCarthy (@cmccarthy) commented about libs/vkd3d-shader/ir.c:
if ((ret = vsir_cfg_scan_loop(loop, block, header)) < 0) return ret; + + if (cfg->loops_by_header[header->label - 1]) + { + FIXME("Block %u is header to more than one loop, this is not implemented.", header->label);
`FIXME` is missing a `\n`, otherwise all good. -- https://gitlab.winehq.org/wine/vkd3d/-/merge_requests/662#note_62427