exec is not permitted

This commit is contained in:
georgemoralis 2026-03-16 20:45:43 +02:00
parent 65c1a7b205
commit ab8f4fdfc7

View File

@ -1219,7 +1219,7 @@ void Translator::V_CMP_U64(ConditionOp op, bool is_signed, bool set_exec, const
UNREACHABLE_MSG("V_CMP_U64 with signed integers is not supported");
}
if (set_exec) {
ir.SetExec(result);
UNREACHABLE_MSG("Exec setting for V_CMP_U64 is not supported");
}
switch (inst.dst[1].field) {