mirror of
https://gitlab.freedesktop.org/mesa/mesa.git
synced 2025-12-25 15:10:10 +01:00
intel/nir: Run copy-prop and DCE after lower_bool_to_int32
No shader-db impact on ICL with iris. Reviewed-by: Kenneth Graunke <kenneth@whitecape.org> Part-of: <https://gitlab.freedesktop.org/mesa/mesa/-/merge_requests/4338>
This commit is contained in:
parent
5278e9dea7
commit
2cb9cc56d5
1 changed files with 2 additions and 0 deletions
|
|
@ -927,6 +927,8 @@ brw_postprocess_nir(nir_shader *nir, const struct brw_compiler *compiler,
|
|||
OPT(nir_opt_move, nir_move_comparisons);
|
||||
|
||||
OPT(nir_lower_bool_to_int32);
|
||||
OPT(nir_copy_prop);
|
||||
OPT(nir_opt_dce);
|
||||
|
||||
OPT(nir_lower_locals_to_regs);
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue