nak: Enable nir_lower_idiv

Part-of: <https://gitlab.freedesktop.org/mesa/mesa/-/merge_requests/24998>
This commit is contained in:
Faith Ekstrand 2023-04-10 17:23:31 -05:00 committed by Marge Bot
parent c21550e596
commit 31ecffa3a3

View file

@ -533,6 +533,7 @@ nak_postprocess_nir(nir_shader *nir, const struct nak_compiler *nak)
};
OPT(nir, nir_lower_mem_access_bit_sizes, &mem_bit_size_options);
OPT(nir, nir_lower_idiv, NULL);
OPT(nir, nir_lower_int64);
nir_shader_gather_info(nir, nir_shader_get_entrypoint(nir));