Re: [Mesa-dev] [PATCH] nir: Fix uninitialized use of 'replacement'.

2016-07-19 Thread Anuj Phogat
On Tue, Jul 19, 2016 at 12:25 PM, Kenneth Graunke wrote: > For intrinsics we don't care about, just skip to the next loop iteration > and process the next instruction. We don't want to execute the rest of > the code. > > This was a bug in commit cdfc05ea6e8c87876cdbf588aa8e03d70f3da4bb. > > Signe

[Mesa-dev] [PATCH] nir: Fix uninitialized use of 'replacement'.

2016-07-19 Thread Kenneth Graunke
For intrinsics we don't care about, just skip to the next loop iteration and process the next instruction. We don't want to execute the rest of the code. This was a bug in commit cdfc05ea6e8c87876cdbf588aa8e03d70f3da4bb. Signed-off-by: Kenneth Graunke --- src/compiler/nir/nir_lower_io.c | 2 +-