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 <lionel.g.landwer...@intel.com>


---
  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
--- a/src/compiler/nir/nir_opt_gcm.c
+++ b/src/compiler/nir/nir_opt_gcm.c
@@ -128,6 +128,10 @@ gcm_pin_instructions_block(nir_block *block, struct 
gcm_state *state)
           }
           break;
+ case nir_instr_type_deref:
+         instr->pass_flags = 0;
+         break;
+
        case nir_instr_type_tex:
           switch (nir_instr_as_tex(instr)->op) {
           case nir_texop_tex:


_______________________________________________
mesa-dev mailing list
mesa-dev@lists.freedesktop.org
https://lists.freedesktop.org/mailman/listinfo/mesa-dev

Reply via email to