Skip to content

vkd3d-shader/hlsl: Fix liveness of temps within loops.

Francisco Casas requested to merge fcasas/vkd3d:fix-loop-lifetime into master

Otherwise, it is possible that the register used by the temp is overridden by a subsequent instruction within the same loop.

Merge request reports

Loading