Skip to content

Commit b7d6f48

Browse files
authored
[RISCV] Remove non-existent operand of nds.vfwcvt/nds.vfncvt instructions (#153865)
Mask operand is likely a copy-past error, they don't have one.
1 parent 6beb6f3 commit b7d6f48

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)