Re: [Mesa-dev] [PATCH v4 038/129] nir: Support deref instructions in opt_undef

2018-06-01 Thread Bas Nieuwenhuizen
On Fri, Jun 1, 2018 at 7:02 AM, Jason Ekstrand wrote: > Reviewed-by: Caio Marcelo de Oliveira Filho > --- > src/compiler/nir/nir_opt_undef.c | 3 +-- > 1 file changed, 1 insertion(+), 2 deletions(-) > > diff --git a/src/compiler/nir/nir_opt_undef.c > b/src/compiler/nir/nir_opt_undef.c > index

[Mesa-dev] [PATCH v4 038/129] nir: Support deref instructions in opt_undef

2018-05-31 Thread Jason Ekstrand
Reviewed-by: Caio Marcelo de Oliveira Filho --- src/compiler/nir/nir_opt_undef.c | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/src/compiler/nir/nir_opt_undef.c b/src/compiler/nir/nir_opt_undef.c index b344377..1439ca9 100644 --- a/src/compiler/nir/nir_opt_undef.c +++