We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 56ab07f commit 91ddd90Copy full SHA for 91ddd90
llvm/lib/Target/RISCV/RISCVInstrInfoP.td
@@ -21,7 +21,6 @@
21
def simm10 : RISCVSImmOp<10>, TImmLeaf<XLenVT, "return isInt<10>(Imm);">;
22
def tuimm3 : RISCVUImmOp<3>, TImmLeaf<XLenVT, "return isUInt<3>(Imm);">;
23
def tuimm4 : RISCVUImmOp<4>, TImmLeaf<XLenVT, "return isUInt<4>(Imm);">;
24
-def tuimm5 : RISCVUImmOp<5>, TImmLeaf<XLenVT, "return isUInt<5>(Imm);">;
25
26
def SImm8UnsignedAsmOperand : SImmAsmOperand<8, "Unsigned"> {
27
let RenderMethod = "addSImm8UnsignedOperands";
0 commit comments