Re: [Mesa-dev] [PATCH 04/12] nir: add is_simple_for_loop() helper

2016-08-27 Thread Thomas Helland
This patch is: Reviewed-by: Thomas Helland 2016-08-27 8:03 GMT+02:00 Timothy Arceri : > This will be used by the loop unroll and lcssa passes. > --- > src/compiler/nir/nir.h | 8 > 1 file changed, 8 insertions(+) > > diff --git a/src/compiler/nir/nir.h b/src/compiler/nir/nir.h > index

[Mesa-dev] [PATCH 04/12] nir: add is_simple_for_loop() helper

2016-08-26 Thread Timothy Arceri
This will be used by the loop unroll and lcssa passes. --- src/compiler/nir/nir.h | 8 1 file changed, 8 insertions(+) diff --git a/src/compiler/nir/nir.h b/src/compiler/nir/nir.h index f85e829..6b0a73f 100644 --- a/src/compiler/nir/nir.h +++ b/src/compiler/nir/nir.h @@ -2614,6 +2614,14