Re: [Mesa-dev] [PATCH 06/20] nir: rework force_unroll_array_access()

2018-12-07 Thread Jason Ekstrand
On Thu, Dec 6, 2018 at 9:09 PM Timothy Arceri wrote: > Here we rework force_unroll_array_access() so that we can reused > "reuse" > the induction variable detection in a following patch. > > Reviewed-by: Thomas Helland > --- > src/compiler/nir/nir_loop_analyze.c | 49

[Mesa-dev] [PATCH 06/20] nir: rework force_unroll_array_access()

2018-12-06 Thread Timothy Arceri
Here we rework force_unroll_array_access() so that we can reused the induction variable detection in a following patch. Reviewed-by: Thomas Helland --- src/compiler/nir/nir_loop_analyze.c | 49 - 1 file changed, 35 insertions(+), 14 deletions(-) diff --git a/src/comp