diff --git a/src/freedreno/ir3/ir3.h b/src/freedreno/ir3/ir3.h index 83517828918..08424fe5bda 100644 --- a/src/freedreno/ir3/ir3.h +++ b/src/freedreno/ir3/ir3.h @@ -2140,7 +2140,7 @@ needs_ss(const struct ir3_compiler *compiler, struct ir3_instruction *producer, static inline bool supports_ss(struct ir3_instruction *instr) { - return opc_cat(instr->opc) < 5 || instr->opc == OPC_ALIAS; + return opc_cat(instr->opc) < 5 || opc_cat(instr->opc) == 7; } /* The soft delay for approximating the cost of (ss). */