Skip to content

Commit 10f983a

Browse files
committed
[RISCV] Remove ParserMatchClass and DecoderMethod from an operand only used by pseudos. NFC
1 parent f2849fe commit 10f983a

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

llvm/lib/Target/RISCV/RISCVInstrInfoXSf.td

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -30,8 +30,6 @@ def VCIX_XVW : VCIXType<0b1111>;
3030
// The payload and tsimm5 operands are all marked as ImmArg in the IR
3131
// intrinsic and will be target constant, so use TImmLeaf rather than ImmLeaf.
3232
class PayloadOp<int bitsNum> : RISCVOp, TImmLeaf<XLenVT, "return isUInt<" # bitsNum # ">(Imm);"> {
33-
let ParserMatchClass = UImmAsmOperand<bitsNum>;
34-
let DecoderMethod = "decodeUImmOperand<"# bitsNum # ">";
3533
let OperandType = "OPERAND_UIMM" # bitsNum;
3634
}
3735

0 commit comments

Comments
 (0)