mirror of
https://gitlab.freedesktop.org/mesa/mesa.git
synced 2026-05-08 04:48:08 +02:00
ir3/legalize: Support multi-mov instructions
Part-of: <https://gitlab.freedesktop.org/mesa/mesa/-/merge_requests/11565>
This commit is contained in:
parent
3896de621e
commit
7036e4fd31
1 changed files with 1 additions and 2 deletions
|
|
@ -206,8 +206,7 @@ legalize_block(struct ir3_legalize_ctx *ctx, struct ir3_block *block)
|
|||
last_rel = n;
|
||||
}
|
||||
|
||||
if (n->dsts_count > 0) {
|
||||
struct ir3_register *reg = n->dsts[0];
|
||||
foreach_dst (reg, n) {
|
||||
if (regmask_get(&state->needs_ss_war, reg)) {
|
||||
n->flags |= IR3_INSTR_SS;
|
||||
last_input_needs_ss = false;
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue