nir: fix lower_non_uniform_access pass
authorLionel Landwerlin <lionel.g.landwerlin@intel.com>
Wed, 15 May 2019 18:09:36 +0000 (19:09 +0100)
committerLionel Landwerlin <lionel.g.landwerlin@intel.com>
Wed, 15 May 2019 18:15:20 +0000 (18:15 +0000)
commit391a836e8fb1c84170f3aa7550f0b347d31528f3
tree80bad272149d11c7de915b82318d9d25772669f0
parentb2200514af1ce22da9b0dcc0ca5e24731badd192
nir: fix lower_non_uniform_access pass

Obviously missing the instruction insertion into the SSA list.

Signed-off-by: Lionel Landwerlin <lionel.g.landwerlin@intel.com>
Fixes: 3bd545764151 ("nir: Add a lowering pass for non-uniform resource access")
Reviewed-by: Jason Ekstrand <jason@jlekstrand.net>
src/compiler/nir/nir_lower_non_uniform_access.c