From: Iago Toral Quiroga <[email protected]>
---
src/mesa/drivers/dri/i965/brw_nir.c | 1 +
1 file changed, 1 insertion(+)
diff --git a/src/mesa/drivers/dri/i965/brw_nir.c
b/src/mesa/drivers/dri/i965/brw_nir.c
index fb7fa23..402cc60 100644
--- a/src/mesa/drivers/dri/i965/brw_nir.c
+++ b/src/mesa/drivers/dri/i965/brw_nir.c
@@ -419,6 +419,7 @@ nir_optimize(nir_shader *nir, bool is_scalar)
OPT(nir_opt_peephole_select);
OPT(nir_opt_algebraic);
OPT(nir_opt_constant_folding);
+ OPT(nir_opt_load_combine);
OPT(nir_opt_dead_cf);
OPT(nir_opt_remove_phis);
OPT(nir_opt_undef);
--
2.7.0
_______________________________________________
mesa-dev mailing list
[email protected]
https://lists.freedesktop.org/mailman/listinfo/mesa-dev