Re: [Mesa-dev] [PATCH 089/133] nir: Automatically update SSA if uses

2014-12-17 Thread Connor Abbott
Can we move this right after patch 53 (nir: Automatically handle SSA uses when an instruction is inserted), since they're doing similar things? On Tue, Dec 16, 2014 at 1:11 AM, Jason Ekstrand wrote: > --- > src/glsl/nir/nir.c | 9 - > 1 file changed, 4 insertions(+), 5 deletions(-) > > d

[Mesa-dev] [PATCH 089/133] nir: Automatically update SSA if uses

2014-12-15 Thread Jason Ekstrand
--- src/glsl/nir/nir.c | 9 - 1 file changed, 4 insertions(+), 5 deletions(-) diff --git a/src/glsl/nir/nir.c b/src/glsl/nir/nir.c index 07d7b94..a4edc79 100644 --- a/src/glsl/nir/nir.c +++ b/src/glsl/nir/nir.c @@ -1004,13 +1004,12 @@ update_if_uses(nir_cf_node *node) return;