--- src/compiler/nir/nir_opt_undef.c | 1 + 1 file changed, 1 insertion(+)
diff --git a/src/compiler/nir/nir_opt_undef.c b/src/compiler/nir/nir_opt_undef.c index 8d3210c..1439ca9 100644 --- a/src/compiler/nir/nir_opt_undef.c +++ b/src/compiler/nir/nir_opt_undef.c @@ -108,6 +108,7 @@ static bool opt_undef_store(nir_intrinsic_instr *intrin) { switch (intrin->intrinsic) { + case nir_intrinsic_store_deref: case nir_intrinsic_store_var: case nir_intrinsic_store_output: case nir_intrinsic_store_per_vertex_output: -- 2.5.0.400.gff86faf _______________________________________________ mesa-dev mailing list mesa-dev@lists.freedesktop.org https://lists.freedesktop.org/mailman/listinfo/mesa-dev