aboutsummaryrefslogtreecommitdiffstats
path: root/src/intel/compiler/brw_nir.c
diff options
context:
space:
mode:
authorJason Ekstrand <[email protected]>2019-02-28 10:02:03 -0600
committerJason Ekstrand <[email protected]>2019-11-11 17:17:02 +0000
commite2297699de8eda49fb2c2c54307b44d4097d0b95 (patch)
tree7a2eaf7c864afaec63d2183149e912a332b3389f /src/intel/compiler/brw_nir.c
parent1dff48af05a9e56d363d77cdeac52259f05afa8d (diff)
intel/nir: Plumb devinfo through lower_mem_access_bit_sizes
Reviewed-by: Caio Marcelo de Oliveira Filho <[email protected]>
Diffstat (limited to 'src/intel/compiler/brw_nir.c')
-rw-r--r--src/intel/compiler/brw_nir.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/intel/compiler/brw_nir.c b/src/intel/compiler/brw_nir.c
index ed6bcff7009..547b60ddc0f 100644
--- a/src/intel/compiler/brw_nir.c
+++ b/src/intel/compiler/brw_nir.c
@@ -814,7 +814,7 @@ brw_postprocess_nir(nir_shader *nir, const struct brw_compiler *compiler,
UNUSED bool progress; /* Written by OPT */
- OPT(brw_nir_lower_mem_access_bit_sizes);
+ OPT(brw_nir_lower_mem_access_bit_sizes, devinfo);
do {
progress = false;