Re: [Mesa-dev] [PATCH 14/21] nir/cf: Handle relinking top-level blocks

2016-02-24 Thread Connor Abbott
Reviewed-by: Connor Abbott On Sat, Feb 13, 2016 at 9:14 PM, Jason Ekstrand wrote: > This can happen if a function ends in a return instruction and you remove > the return. > --- > src/compiler/nir/nir_control_flow.c | 7 +-- > 1 file changed, 5 insertions(+), 2 deletions(-) > > diff --git a

[Mesa-dev] [PATCH 14/21] nir/cf: Handle relinking top-level blocks

2016-02-13 Thread Jason Ekstrand
This can happen if a function ends in a return instruction and you remove the return. --- src/compiler/nir/nir_control_flow.c | 7 +-- 1 file changed, 5 insertions(+), 2 deletions(-) diff --git a/src/compiler/nir/nir_control_flow.c b/src/compiler/nir/nir_control_flow.c index 96395a4..ecd9cbd