Re: [Mesa-dev] [PATCH] nir/gcm: Support deref instructions

2019-01-12 Thread Lionel Landwerlin
On 12/01/2019 08:04, Jason Ekstrand wrote: Even though no one's been brave enough to ever use this pass, I like to keep it functionally working. Reviewed-by: Lionel Landwerlin --- src/compiler/nir/nir_opt_gcm.c | 4 1 file changed, 4 insertions(+) diff --git a/src/compiler/nir/nir

[Mesa-dev] [PATCH] nir/gcm: Support deref instructions

2019-01-12 Thread Jason Ekstrand
Even though no one's been brave enough to ever use this pass, I like to keep it functionally working. --- src/compiler/nir/nir_opt_gcm.c | 4 1 file changed, 4 insertions(+) diff --git a/src/compiler/nir/nir_opt_gcm.c b/src/compiler/nir/nir_opt_gcm.c index 879a77a884b..e7d3f8ec424 100644 ---