Re: [Mesa-dev] [PATCH 01/20] nir: small tidy ups for nir_loop_analyze()

2018-12-07 Thread Jason Ekstrand
Reviewed-by: Jason Ekstrand On Thu, Dec 6, 2018 at 9:08 PM Timothy Arceri wrote: > Reviewed-by: Thomas Helland > --- > src/compiler/nir/nir_loop_analyze.c | 31 ++--- > 1 file changed, 10 insertions(+), 21 deletions(-) > > diff --git a/src/compiler/nir/nir_loop_analyze

[Mesa-dev] [PATCH 01/20] nir: small tidy ups for nir_loop_analyze()

2018-12-06 Thread Timothy Arceri
Reviewed-by: Thomas Helland --- src/compiler/nir/nir_loop_analyze.c | 31 ++--- 1 file changed, 10 insertions(+), 21 deletions(-) diff --git a/src/compiler/nir/nir_loop_analyze.c b/src/compiler/nir/nir_loop_analyze.c index 9c3fd2f286..c779383b36 100644 --- a/src/compiler