Adding support for setae, as this is needed to raise the test for the second commit
The bugfix for getMCInstIndex.
The RETQ instruction has only a single explicit operand, so MI.getNumExplicitOperands() == MI.getNumOperands() == 1.
The only operand is the metadata operand for this instruction, so we access the last operand.
This PR contains two commits:
setae
, as this is needed to raise the test for the second commitgetMCInstIndex
.The
RETQ
instruction has only a single explicit operand, soMI.getNumExplicitOperands() == MI.getNumOperands() == 1
. The only operand is the metadata operand for this instruction, so we access the last operand.