ir3/lower_io_offsets: set progress when scalarizing UAV loads

Signed-off-by: Job Noorman <jnoorman@igalia.com>
Fixes: 91f19bcbe0 ("ir3: Plumb through two-dimensional UAV loads")
Part-of: <https://gitlab.freedesktop.org/mesa/mesa/-/merge_requests/34311>
(cherry picked from commit fca143946e)
This commit is contained in:
Job Noorman 2025-04-01 12:00:15 +02:00 committed by Eric Engestrom
parent ded915ca94
commit 7e8ed66bbd
2 changed files with 2 additions and 1 deletions

View file

@ -1984,7 +1984,7 @@
"description": "ir3/lower_io_offsets: set progress when scalarizing UAV loads",
"nominated": true,
"nomination_type": 2,
"resolution": 0,
"resolution": 1,
"main_sha": null,
"because_sha": "91f19bcbe072e663c1c4e9cd81f12ed0824a30e9",
"notes": null

View file

@ -281,6 +281,7 @@ lower_io_offsets_block(nir_block *block, nir_builder *b, void *mem_ctx)
intr->num_components > 1) {
b->cursor = nir_before_instr(instr);
scalarize_load(intr, b);
progress = true;
}
}