commit | 6fc8d0147efddeb62bd98e26db354a70e8e58182 | [log] [tgz] |
---|---|---|
author | Jesse Natalie <jenatali@microsoft.com> | Fri Dec 08 14:01:34 2023 -0800 |
committer | Marge Bot <emma+marge@anholt.net> | Tue Mar 26 20:12:41 2024 +0000 |
tree | ac4be767c62e70cc719b579b53475e494f9cbf90 | |
parent | 108b205830f56aab1243c5a6e16fb95f7f08b24c [diff] |
microsoft/compiler: Don't store static-indexing handles that are dynamically emitted These handles can be emitted in control flow, which means that the handle might be in a block which does not dominate a block that's processed later on, which results in incorrect DXIL if we try to reference it. Part-of: <https://gitlab.freedesktop.org/mesa/mesa/-/merge_requests/26803>