aco/gfx12: use trans s_delay_alu for pseudo scalar
Reviewed-by: Daniel Schürmann <daniel@schuermann.dev> Part-of: <https://gitlab.freedesktop.org/mesa/mesa/-/merge_requests/29245>
This commit is contained in:
@@ -1416,7 +1416,8 @@ bool
|
||||
Instruction::isTrans() const noexcept
|
||||
{
|
||||
return instr_info.classes[(int)opcode] == instr_class::valu_transcendental32 ||
|
||||
instr_info.classes[(int)opcode] == instr_class::valu_double_transcendental;
|
||||
instr_info.classes[(int)opcode] == instr_class::valu_double_transcendental ||
|
||||
instr_info.classes[(int)opcode] == instr_class::valu_pseudo_scalar_trans;
|
||||
}
|
||||
|
||||
size_t
|
||||
|
||||
Reference in New Issue
Block a user