mirror of
https://gitlab.freedesktop.org/mesa/mesa.git
synced 2026-06-02 06:58:17 +02:00
nir/divergence: add missing load_constant_base_ptr
Signed-off-by: Lionel Landwerlin <lionel.g.landwerlin@intel.com>
Cc: mesa-stable
Reviewed-by: Daniel Schürmann <daniel@schuermann.dev>
Part-of: <https://gitlab.freedesktop.org/mesa/mesa/-/merge_requests/30712>
(cherry picked from commit 2158fe2ae2)
This commit is contained in:
parent
56a5cf145e
commit
7d7a9cce41
2 changed files with 2 additions and 1 deletions
|
|
@ -54,7 +54,7 @@
|
|||
"description": "nir/divergence: add missing load_constant_base_ptr",
|
||||
"nominated": true,
|
||||
"nomination_type": 0,
|
||||
"resolution": 0,
|
||||
"resolution": 1,
|
||||
"main_sha": null,
|
||||
"because_sha": null,
|
||||
"notes": null
|
||||
|
|
|
|||
|
|
@ -267,6 +267,7 @@ visit_intrinsic(nir_intrinsic_instr *instr, struct divergence_state *state)
|
|||
case nir_intrinsic_optimization_barrier_sgpr_amd:
|
||||
case nir_intrinsic_load_printf_buffer_address:
|
||||
case nir_intrinsic_load_printf_base_identifier:
|
||||
case nir_intrinsic_load_constant_base_ptr:
|
||||
is_divergent = false;
|
||||
break;
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue