Re: [Mesa-dev] [PATCH] nir: avoid segfault when ssa src not found

2016-08-21 Thread Jason Ekstrand
Seems reasonable. R-B On Aug 21, 2016 1:32 AM, "Timothy Arceri" wrote: > Without this the following line will segfault and we don't get to > see the results of the validate_assert() above. > --- > src/compiler/nir/nir_validate.c | 3 +++ > 1 file changed, 3 insertions(+) > > diff --git a/src/c

[Mesa-dev] [PATCH] nir: avoid segfault when ssa src not found

2016-08-21 Thread Timothy Arceri
Without this the following line will segfault and we don't get to see the results of the validate_assert() above. --- src/compiler/nir/nir_validate.c | 3 +++ 1 file changed, 3 insertions(+) diff --git a/src/compiler/nir/nir_validate.c b/src/compiler/nir/nir_validate.c index d9801b5..9d1566c 1006