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

2018-12-04 Thread Thomas Helland
Den tir. 20. nov. 2018 kl. 09:15 skrev Timothy Arceri : > > Here we rework force_unroll_array_access() so that we can reused > the induction variable detection in a following patch. > --- > src/compiler/nir/nir_loop_analyze.c | 49 - > 1 file changed, 35 insertions(+),

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

2018-11-20 Thread Timothy Arceri
Here we rework force_unroll_array_access() so that we can reused the induction variable detection in a following patch. --- src/compiler/nir/nir_loop_analyze.c | 49 - 1 file changed, 35 insertions(+), 14 deletions(-) diff --git a/src/compiler/nir/nir_loop_analyze.c b