Reviewed-by: Jason Ekstrand
On Tue, Apr 10, 2018 at 12:52 PM, Caio Marcelo de Oliveira Filho <
caio.olive...@intel.com> wrote:
> Only fully-qualified direct derefs, collected in direct_deref_nodes,
> are checked for aliasing, so it is already known up front that they
> have only array derefs of
Only fully-qualified direct derefs, collected in direct_deref_nodes,
are checked for aliasing, so it is already known up front that they
have only array derefs of type direct.
---
src/compiler/nir/nir_lower_vars_to_ssa.c | 9 +
1 file changed, 5 insertions(+), 4 deletions(-)
diff --git a/