Re: [Mesa-dev] [PATCH] nir: fix check for wildcard pairs

2016-05-03 Thread Ilia Mirkin
On Tue, May 3, 2016 at 4:38 PM, Thomas H.P. Andersen wrote: > > > On Tue, May 3, 2016 at 9:46 PM, Ilia Mirkin wrote: >> >> On Tue, May 3, 2016 at 3:32 PM, Thomas Hindoe Paaboel Andersen >> wrote: >> > It seems that the intention was to check both for null as they are >> > dereferenced immediatel

Re: [Mesa-dev] [PATCH] nir: fix check for wildcard pairs

2016-05-03 Thread Thomas H.P. Andersen
On Tue, May 3, 2016 at 9:46 PM, Ilia Mirkin wrote: > On Tue, May 3, 2016 at 3:32 PM, Thomas Hindoe Paaboel Andersen > wrote: > > It seems that the intention was to check both for null as they are > > dereferenced immediately after. > > > > Added in d3636da9 > > --- > > src/compiler/nir/nir_lowe

Re: [Mesa-dev] [PATCH] nir: fix check for wildcard pairs

2016-05-03 Thread Ilia Mirkin
On Tue, May 3, 2016 at 3:32 PM, Thomas Hindoe Paaboel Andersen wrote: > It seems that the intention was to check both for null as they are > dereferenced immediately after. > > Added in d3636da9 > --- > src/compiler/nir/nir_lower_var_copies.c | 2 +- > 1 file changed, 1 insertion(+), 1 deletion(-

[Mesa-dev] [PATCH] nir: fix check for wildcard pairs

2016-05-03 Thread Thomas Hindoe Paaboel Andersen
It seems that the intention was to check both for null as they are dereferenced immediately after. Added in d3636da9 --- src/compiler/nir/nir_lower_var_copies.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/compiler/nir/nir_lower_var_copies.c b/src/compiler/nir/nir_lowe