Re: [Mesa-dev] [PATCH 05/10] nir: don't count removal of lcssa_phi as progress

2016-12-10 Thread Pohjolainen, Topi
On Tue, Dec 06, 2016 at 12:12:23PM +1100, Timothy Arceri wrote: > --- > src/compiler/nir/nir_opt_remove_phis.c | 4 +++- > 1 file changed, 3 insertions(+), 1 deletion(-) > > diff --git a/src/compiler/nir/nir_opt_remove_phis.c > b/src/compiler/nir/nir_opt_remove_phis.c > index acaa6e1..d4344b0 10

[Mesa-dev] [PATCH 05/10] nir: don't count removal of lcssa_phi as progress

2016-12-05 Thread Timothy Arceri
--- src/compiler/nir/nir_opt_remove_phis.c | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/src/compiler/nir/nir_opt_remove_phis.c b/src/compiler/nir/nir_opt_remove_phis.c index acaa6e1..d4344b0 100644 --- a/src/compiler/nir/nir_opt_remove_phis.c +++ b/src/compiler/nir/nir_o

[Mesa-dev] [PATCH 05/10] nir: don't count removal of lcssa_phi as progress

2016-09-15 Thread Timothy Arceri
--- src/compiler/nir/nir_opt_remove_phis.c | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/src/compiler/nir/nir_opt_remove_phis.c b/src/compiler/nir/nir_opt_remove_phis.c index acaa6e1..d4344b0 100644 --- a/src/compiler/nir/nir_opt_remove_phis.c +++ b/src/compiler/nir/nir_o