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 dd71510 commit efa5494Copy full SHA for efa5494
llvm/lib/Target/RISCV/RISCVInstrInfoZvk.td
@@ -67,7 +67,7 @@ class PALUVVNoVm<bits<6> funct6, RISCVVFormat opv, string opcodestr>
67
let Inst{6-0} = OPC_OP_P.Value;
68
}
69
70
-// op vd, vs2, imm, vm
+// op vd, vs2, imm
71
class PALUVINoVm<bits<6> funct6, string opcodestr, Operand optype = simm5>
72
: VALUVINoVm<funct6, opcodestr, optype> {
73
0 commit comments