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
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