Skip to content

Commit 20cc9fe

Browse files
authored
[RISCV] Remove now unused ixlenimm Operand. NFC (#171896)
Going forward I think we should add Operands with specific OperandType so we no longer need a generic immediate Operand.
1 parent 429dbce commit 20cc9fe

File tree

1 file changed

+0
-3
lines changed

1 file changed

+0
-3
lines changed

llvm/lib/Target/RISCV/RISCVInstrInfo.td

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -489,9 +489,6 @@ def csr_sysreg : RISCVOp, TImmLeaf<XLenVT, "return isUInt<12>(Imm);"> {
489489
let OperandType = "OPERAND_UIMM12";
490490
}
491491

492-
// A parameterized register class alternative to i32imm/i64imm from Target.td.
493-
def ixlenimm : Operand<XLenVT>;
494-
495492
// Condition code used by select and short forward branch pseudos.
496493
def cond_code : RISCVOp {
497494
let OperandType = "OPERAND_COND_CODE";

0 commit comments

Comments
 (0)