r600/sfn: assert when alu dest is missing
Signed-off-by: Gert Wollny <gert.wollny@collabora.com> Reviewed-by: Reviewed-by: Dave Airlie <airlied@redhat.com> Part-of: <https://gitlab.freedesktop.org/mesa/mesa/-/merge_requests/5085>
This commit is contained in:
@@ -56,6 +56,7 @@ AluInstruction::AluInstruction(EAluOp opcode, PValue dest,
|
||||
m_bank_swizzle(alu_vec_unknown),
|
||||
m_cf_type(cf_alu)
|
||||
{
|
||||
assert(dest);
|
||||
m_src.swap(src);
|
||||
for (auto f : flags)
|
||||
m_flags.set(f);
|
||||
|
||||
Reference in New Issue
Block a user