Skip to content

Commit f0bec9e

Browse files
authored
[RISCV] Use OPERAND_MEMORY as the OperandType for CVrr. NFC (#171967)
1 parent 618b874 commit f0bec9e

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

llvm/lib/Target/RISCV/RISCVInstrInfoXCV.td

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -24,6 +24,7 @@ def CVrr : Operand<i32>,
2424
let ParserMatchClass = CVrrAsmOperand;
2525
let PrintMethod = "printRegReg";
2626
let MIOperandInfo = (ops GPR:$base, GPR:$offset);
27+
let OperandType = "OPERAND_MEMORY";
2728
}
2829

2930
def cv_tuimm2 : TImmLeaf<XLenVT, [{return isUInt<2>(Imm);}]>;

0 commit comments

Comments
 (0)