Re: [Mesa-dev] [PATCH 05/20] nir: factor out some of the complex loop unroll code to a helper

2018-12-07 Thread Jason Ekstrand
I haven't checked the details Acked-by: Jason Ekstrand On Thu, Dec 6, 2018 at 9:08 PM Timothy Arceri wrote: > Reviewed-by: Thomas Helland > --- > src/compiler/nir/nir_opt_loop_unroll.c | 115 ++--- > 1 file changed, 64 insertions(+), 51 deletions(-) > > diff --git

[Mesa-dev] [PATCH 05/20] nir: factor out some of the complex loop unroll code to a helper

2018-12-06 Thread Timothy Arceri
Reviewed-by: Thomas Helland --- src/compiler/nir/nir_opt_loop_unroll.c | 115 ++--- 1 file changed, 64 insertions(+), 51 deletions(-) diff --git a/src/compiler/nir/nir_opt_loop_unroll.c b/src/compiler/nir/nir_opt_loop_unroll.c index c267c185b6..8406880204 100644 ---