mirror of
https://gitlab.freedesktop.org/mesa/mesa.git
synced 2025-12-25 02:10:11 +01:00
intel/brw: Delete stray nir_opt_dce
No shader-db or fossil-db changes on any Intel platform.
Fixes: f76f4be301 ("intel/compiler: move gen5 final pass to actually be final pass")
Reviewed-by: Kenneth Graunke <kenneth@whitecape.org>
Part-of: <https://gitlab.freedesktop.org/mesa/mesa/-/merge_requests/28136>
This commit is contained in:
parent
44fb57b827
commit
24cdbbdaa2
1 changed files with 0 additions and 2 deletions
|
|
@ -1820,8 +1820,6 @@ brw_postprocess_nir(nir_shader *nir, const struct brw_compiler *compiler,
|
|||
if (OPT(nir_opt_rematerialize_compares))
|
||||
OPT(nir_opt_dce);
|
||||
|
||||
OPT(nir_opt_dce);
|
||||
|
||||
/* The mesh stages require this pass to be called at the last minute,
|
||||
* but if anything is done by it, it will also constant fold, and that
|
||||
* undoes the work done by nir_trivialize_registers, so call it right
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue