File tree Expand file tree Collapse file tree 1 file changed +4
-3
lines changed Expand file tree Collapse file tree 1 file changed +4
-3
lines changed Original file line number Diff line number Diff line change @@ -5518,9 +5518,10 @@ bool SIInstrInfo::verifyInstruction(const MachineInstr &MI,
55185518 Desc.getNumOperands () + Desc.implicit_uses ().size ();
55195519 const unsigned NumImplicitOps = IsDst ? 2 : 1 ;
55205520
5521- // Allow additional implicit operands. This allows a fixup done by the post
5522- // RA scheduler where the main implicit operand is killed and implicit-defs
5523- // are added for sub-registers that remain live after this instruction.
5521+ // Require additional implicit operands. This allows a fixup done by the
5522+ // post RA scheduler where the main implicit operand is killed and
5523+ // implicit-defs are added for sub-registers that remain live after this
5524+ // instruction.
55245525 if (MI.getNumOperands () < StaticNumOps + NumImplicitOps) {
55255526 ErrInfo = " missing implicit register operands" ;
55265527 return false ;
You can’t perform that action at this time.
0 commit comments