Re: [Mesa-dev] [PATCH 04/16] mesa/st/nir: fix instruction removal

2018-04-07 Thread Jason Ekstrand
Yeah, that's bad. 3-4 are Reviewed-by: Jason Ekstrand On Sat, Apr 7, 2018 at 9:13 AM, Rob Clark wrote: > At one point this kinda worked (or at least didn't cause problems). But > with deref-instructions it results in dangling deref instructions not

[Mesa-dev] [PATCH 04/16] mesa/st/nir: fix instruction removal

2018-04-07 Thread Rob Clark
At one point this kinda worked (or at least didn't cause problems). But with deref-instructions it results in dangling deref instructions not being properly removed. Signed-off-by: Rob Clark --- src/mesa/state_tracker/st_nir_lower_builtin.c | 2 +- 1 file changed, 1