Skip to content

nir/lower_int64: lower 64-bit amul

Rhys Perry requested to merge pendingchaos/mesa:nir_lower_64bit_amul into master

Fixes an issue with RenderDoc's shader debugging with ACO.

If nir_opt_algebraic isn't called in-between nir_lower_explicit_io and nir_lower_int64, we can end up with 64-bit multiplications.

Edited by Rhys Perry

Merge request reports