nak: handle nop ops from NAK IR on SM50

Part-of: <https://gitlab.freedesktop.org/mesa/mesa/-/merge_requests/27178>
This commit is contained in:
Benjamin Lee
2024-01-19 12:17:01 -08:00
committed by Marge Bot
parent fc232a67a4
commit 94d075d049

View File

@@ -2103,6 +2103,7 @@ impl SM50Instr {
Op::SuAtom(op) => si.encode_suatom(&op),
Op::Kill(op) => si.encode_kill(&op),
Op::CS2R(op) => si.encode_cs2r(&op),
Op::Nop(_) => si.encode_nop(),
_ => panic!("Unhandled instruction {}", instr.op),
}