nir/dead_cf: Add missing load_global_nv handling
This was missing when this intrinsic was added.
Fix some issue with FSI lowering and probably more.
Signed-off-by: Mary Guillemard <mary@mary.zone>
Fixes: e779538ad2 ("nir: add nvidia IO intrinsics")
Reviewed-by: Karol Herbst <kherbst@redhat.com>
Reviewed-by: Faith Ekstrand <faith.ekstrand@collabora.com>
Reviewed-by: Mel Henning <mhenning@darkrefraction.com>
Part-of: <https://gitlab.freedesktop.org/mesa/mesa/-/merge_requests/40543>
This commit is contained in:
parent
bb6fc8cc20
commit
c6d8f7ce0c
1 changed files with 1 additions and 0 deletions
|
|
@ -219,6 +219,7 @@ node_is_dead(nir_cf_node *node)
|
|||
case nir_intrinsic_load_ssbo:
|
||||
case nir_intrinsic_load_global:
|
||||
case nir_intrinsic_load_global_bounded:
|
||||
case nir_intrinsic_load_global_nv:
|
||||
case nir_intrinsic_load_ssbo_intel:
|
||||
case nir_intrinsic_load_ssbo_ir3:
|
||||
/* If there's a memory barrier after the loop, a load might be
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue