mirror of
https://gitlab.freedesktop.org/mesa/mesa.git
synced 2026-05-01 03:48:06 +02:00
radeonsi/nir: stop calling nir_lower_returns()
We now call this for all drivers in glsl_to_nir() instead. Reviewed-by: Eric Anholt <eric@anholt.net>
This commit is contained in:
parent
673f4f69a8
commit
e2fd96a563
1 changed files with 0 additions and 1 deletions
|
|
@ -839,7 +839,6 @@ si_lower_nir(struct si_shader_selector* sel)
|
|||
* - ensure constant offsets for texture instructions are folded
|
||||
* and copy-propagated
|
||||
*/
|
||||
NIR_PASS_V(sel->nir, nir_lower_returns);
|
||||
NIR_PASS_V(sel->nir, nir_lower_vars_to_ssa);
|
||||
NIR_PASS_V(sel->nir, nir_lower_alu_to_scalar);
|
||||
NIR_PASS_V(sel->nir, nir_lower_phis_to_scalar);
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue