Skip to content
Snippets Groups Projects
Commit 804dbfc0 authored by Rhys Perry's avatar Rhys Perry Committed by Eric Engestrom
Browse files

nir/lower_int64: lower 64-bit amul


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.

Signed-off-by: default avatarRhys Perry <pendingchaos02@gmail.com>
Reviewed-by: default avatarDaniel Schürmann <daniel@schuermann.dev>
Fixes: 6320e37d ('nir: add amul instruction')
Part-of: <mesa/mesa!5709>
(cherry picked from commit 0868638a)
parent 0c1db924
No related branches found
No related tags found
No related merge requests found
Loading
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment