[RISCV] Return MatchOperand_ParseFail instead of MatchOperand_NoMatch from parseFPImm.
MatchOperand_NoMatch will fall back to regular operand parsing. Returning MatchOperand_ParseFail will prevent this. We also printed our own error message which we should only do for MatchOperand_ParseFail.
Loading
Please register or sign in to comment