-
f49aa3d2
by Giovanni Mascellani at 2025-09-30T17:18:05+02:00
vkd3d-shader/ir: Do not carry "ins" across loop instances in vsir_program_materialize_undominated_ssas_to_temps().
I think this makes the code slightly more readable.
-
fc84f80c
by Giovanni Mascellani at 2025-09-30T17:18:49+02:00
vkd3d-shader/ir: Explicitly initialize instruction arrays.
Do not assume that zero initialization is enough, for uniformity
of interface and also to support other data structures.
-
f9c71d57
by Giovanni Mascellani at 2025-09-30T17:18:49+02:00
vkd3d-shader/ir: Execute PHI SSA to TEMP materialization in a single pass.