Re: [Mesa-dev] [PATCH 3/3] nir: handle shared pointers in lowering indirect derefs.

2018-11-19 Thread Jason Ekstrand
On Sun, Nov 18, 2018 at 9:57 PM Dave Airlie wrote: > From: Dave Airlie > > Check if the base ends up with no variable, and continue > if we see that case outside the loop. > --- > src/compiler/nir/nir_lower_indirect_derefs.c | 4 > 1 file changed, 4 insertions(+) > > diff --git a/src/compi

[Mesa-dev] [PATCH 3/3] nir: handle shared pointers in lowering indirect derefs.

2018-11-18 Thread Dave Airlie
From: Dave Airlie Check if the base ends up with no variable, and continue if we see that case outside the loop. --- src/compiler/nir/nir_lower_indirect_derefs.c | 4 1 file changed, 4 insertions(+) diff --git a/src/compiler/nir/nir_lower_indirect_derefs.c b/src/compiler/nir/nir_lower_ind