| commit | 36840db6feecdb04a6780c0533f256cae1e2759e | [log] [tgz] |
|---|---|---|
| author | Rhys Perry <pendingchaos02@gmail.com> | Thu Dec 12 11:03:56 2024 +0000 |
| committer | Marge Bot <emma+marge@anholt.net> | Thu Jan 23 23:35:44 2025 +0000 |
| tree | e9d5e3c0694a2aa96da2387d742b9fa56452ca7e | |
| parent | 77118fcf72bfc285ba261b249ad67f9c5b718913 [diff] |
nir/loop_analyze: use a sparse array and stop indexing SSA defs Indexing SSA defs is unexpected behaviour and interferes with using nir_loop_analyze_impl for validation. It probably also breaks nir_metadata_live_defs. Signed-off-by: Rhys Perry <pendingchaos02@gmail.com> Reviewed-by: Daniel Schürmann <daniel@schuermann.dev> Part-of: <https://gitlab.freedesktop.org/mesa/mesa/-/merge_requests/32005>