Re: [Mesa-dev] [PATCH] nir: Add a nir_foreach_phi_src helper macro

2015-01-20 Thread Jason Ekstrand
On Tue, Jan 20, 2015 at 4:37 PM, Connor Abbott wrote: > Assuming you grepped for uses of foreach_list* with nir_phi_src and > made sure there were no more, > I did > Reviewed-by: Connor Abbott > thanks --Jason > > On Tue, Jan 20, 2015 at 7:34 PM, Jason Ekstrand > wrote: > > --- > > src/g

Re: [Mesa-dev] [PATCH] nir: Add a nir_foreach_phi_src helper macro

2015-01-20 Thread Connor Abbott
Assuming you grepped for uses of foreach_list* with nir_phi_src and made sure there were no more, Reviewed-by: Connor Abbott On Tue, Jan 20, 2015 at 7:34 PM, Jason Ekstrand wrote: > --- > src/glsl/nir/nir.c | 4 ++-- > src/glsl/nir/nir.h | 3 +++ > src/g

[Mesa-dev] [PATCH] nir: Add a nir_foreach_phi_src helper macro

2015-01-20 Thread Jason Ekstrand
--- src/glsl/nir/nir.c | 4 ++-- src/glsl/nir/nir.h | 3 +++ src/glsl/nir/nir_from_ssa.c| 4 ++-- src/glsl/nir/nir_live_variables.c | 2 +- src/glsl/nir/nir_opt_cse.c | 4 ++-- src/glsl/nir/nir_opt_peephole_select.c | 2 +- src/g