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 33c9236 commit ebf86b1Copy full SHA for ebf86b1
llvm/lib/Target/RISCV/RISCVInstrInfoP.td
@@ -25,7 +25,7 @@ def SImm8UnsignedAsmOperand : SImmAsmOperand<8, "Unsigned"> {
25
}
26
27
// A 8-bit signed immediate allowing range [-128, 255]
28
-// but represented as [-128, 255].
+// but represented as [-128, 127].
29
def simm8_unsigned : RISCVOp {
30
let ParserMatchClass = SImm8UnsignedAsmOperand;
31
let EncoderMethod = "getImmOpValue";
0 commit comments