mirror of
https://gitlab.freedesktop.org/mesa/mesa.git
synced 2026-01-01 16:10:09 +01:00
pan/midgard: Squeeze indices before scheduling
This allows node_count to be correct while scheduling. Signed-off-by: Alyssa Rosenzweig <alyssa.rosenzweig@collabora.com>
This commit is contained in:
parent
ad05e8a52c
commit
0ecfcbf462
1 changed files with 1 additions and 0 deletions
|
|
@ -983,6 +983,7 @@ schedule_program(compiler_context *ctx)
|
|||
/* Must be lowered right before RA */
|
||||
mir_squeeze_index(ctx);
|
||||
mir_lower_special_reads(ctx);
|
||||
mir_squeeze_index(ctx);
|
||||
|
||||
/* Lowering can introduce some dead moves */
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue