[Git][wine/vkd3d][master] 2 commits: vkd3d-shader/ir: Do not extend SSA liveness in loops more than necessary.
Henri Verbeet pushed to branch master at wine / vkd3d Commits: 0c2cf9a5 by Elizabeth Figura at 2026-03-19T19:11:26+01:00 vkd3d-shader/ir: Do not extend SSA liveness in loops more than necessary. Some sm3 loop tests are hitting temp limits. This avoids that, primarily by allowing disjoint SSAs in the same loop to be allocated to the same register, but also by allowing DCE to remove registers not actually read anymore. - - - - - 676ebfd3 by Elizabeth Figura at 2026-03-19T19:11:38+01:00 vkd3d-shader/d3dbc: Validate temporary register limits. - - - - - 2 changed files: - libs/vkd3d-shader/d3dbc.c - libs/vkd3d-shader/ir.c View it on GitLab: https://gitlab.winehq.org/wine/vkd3d/-/compare/634f356ca1ce2fcab3f1f86c0f57d... -- View it on GitLab: https://gitlab.winehq.org/wine/vkd3d/-/compare/634f356ca1ce2fcab3f1f86c0f57d... You're receiving this email because of your account on gitlab.winehq.org.
participants (1)
-
Henri Verbeet (@hverbeet)