From: Eric Anholt Date: Wed, 28 Mar 2018 18:19:35 +0000 (-0700) Subject: broadcom/vc5: Start using nir_opt_move_load_ubo(). X-Git-Url: https://git.libre-soc.org/?a=commitdiff_plain;h=81f82ecc56c3ac6f40389977e316381928391755;p=mesa.git broadcom/vc5: Start using nir_opt_move_load_ubo(). In the absence of a general NIR or VIR-level scheduler, this at least avoids spilling in GTF-GLES3.gtf.GL3Tests.uniform_buffer_object.uniform_buffer_object_storage_layouts --- diff --git a/src/broadcom/compiler/nir_to_vir.c b/src/broadcom/compiler/nir_to_vir.c index 893dfa160aa..51710001784 100644 --- a/src/broadcom/compiler/nir_to_vir.c +++ b/src/broadcom/compiler/nir_to_vir.c @@ -1202,6 +1202,8 @@ v3d_optimize_nir(struct nir_shader *s) NIR_PASS(progress, s, nir_opt_constant_folding); NIR_PASS(progress, s, nir_opt_undef); } while (progress); + + NIR_PASS(progress, s, nir_opt_move_load_ubo); } static int