Re: [Mesa-dev] [PATCH 04/20] nir: make use of new nir_cf_list_clone_and_reinsert() helper

2018-12-07 Thread Jason Ekstrand
3 and 4 are Reviewed-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 | 76 ++ > 1 file changed, 28 insertions(+), 48 deletions(-) > > diff --git

[Mesa-dev] [PATCH 04/20] nir: make use of new nir_cf_list_clone_and_reinsert() helper

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