radv/aco: implement logic64 instead of lowering

to make use of the scalar ALU

Reviewed-by: Rhys Perry <pendingchaos02@gmail.com>
Part-of: <https://gitlab.freedesktop.org/mesa/mesa/-/merge_requests/5527>
This commit is contained in:
Daniel Schürmann
2020-06-17 16:24:53 +01:00
committed by Marge Bot
parent 9a389322c4
commit f03a5f6cac
3 changed files with 37 additions and 2 deletions

View File

@@ -120,7 +120,6 @@ static const struct nir_shader_compiler_options nir_options_aco = {
nir_lower_imul_high64 |
nir_lower_imul_2x32_64 |
nir_lower_divmod64 |
nir_lower_logic64 |
nir_lower_minmax64 |
nir_lower_iabs64,
};