nvc0/ir: use large issue delay after RET, too
This commit is contained in:
@@ -2559,7 +2559,7 @@ private:
|
||||
void
|
||||
SchedDataCalculator::setDelay(Instruction *insn, int delay, Instruction *next)
|
||||
{
|
||||
if (insn->op == OP_EXIT)
|
||||
if (insn->op == OP_EXIT || insn->op == OP_RET)
|
||||
delay = MAX2(delay, 14);
|
||||
|
||||
if (insn->op == OP_TEXBAR) {
|
||||
|
||||
Reference in New Issue
Block a user