mirror of
https://gitlab.freedesktop.org/mesa/mesa.git
synced 2026-05-01 16:48:07 +02:00
ir3: Add scan_clusters.macro to is_subgroup_cond_mov_macro()
Fixes: 60413e1 ("ir3: optimize subgroup operations using brcst.active")
Part-of: <https://gitlab.freedesktop.org/mesa/mesa/-/merge_requests/22075>
This commit is contained in:
parent
031b612449
commit
3c71667dda
1 changed files with 1 additions and 0 deletions
|
|
@ -1006,6 +1006,7 @@ is_subgroup_cond_mov_macro(struct ir3_instruction *instr)
|
|||
case OPC_READ_FIRST_MACRO:
|
||||
case OPC_SWZ_SHARED_MACRO:
|
||||
case OPC_SCAN_MACRO:
|
||||
case OPC_SCAN_CLUSTERS_MACRO:
|
||||
return true;
|
||||
default:
|
||||
return false;
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue