Zebediah Figura (@zfigura) commented about libs/vkd3d-shader/hlsl_codegen.c:
return false;
}
+static bool propagate_swizzle_chains(struct hlsl_ctx *ctx, struct hlsl_ir_node *instr, void *context)
Naming nitpick, but other similar passes use the term "fold".