Skip to content

Commit d5d9775

Browse files
committed
[RISCV] Remove non-existent of nds.vfwcvt/nds.vfncvt instructions
Mask operand is likely a copy-past error, they don't have one.
1 parent 0e9b6d6 commit d5d9775

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

llvm/lib/Target/RISCV/RISCVInstrInfoXAndes.td

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -420,7 +420,7 @@ class NDSRVInstVD4DOT<bits<6> funct6, string opcodestr>
420420
}
421421

422422
class NDSRVInstVBFHCvt<bits<5> vs1, string opcodestr>
423-
: RVInst<(outs VR:$vd), (ins VR:$vs2, VMaskOp:$vm),
423+
: RVInst<(outs VR:$vd), (ins VR:$vs2),
424424
opcodestr, "$vd, $vs2", [], InstFormatR> {
425425
bits<5> vs2;
426426
bits<5> vd;

0 commit comments

Comments
 (0)