Skip to content

Commit de5f333

Browse files
toppercgithub-actions[bot]
authored andcommitted
Automerge: [RISCV] Use vec_rm for VPseudoSF_MatMul_FRM. (#171573)
2 parents 041ae03 + b13aace commit de5f333

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

llvm/lib/Target/RISCV/RISCVInstrInfoXSfmm.td

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -342,7 +342,7 @@ class VPseudoSF_MatMul<RegisterClass mtd_class>
342342

343343
class VPseudoSF_MatMul_FRM<RegisterClass mtd_class>
344344
: RISCVVPseudo<(outs),
345-
(ins mtd_class:$rd, VRM8:$vs2, VRM8:$vs1, ixlenimm:$frm,
345+
(ins mtd_class:$rd, VRM8:$vs2, VRM8:$vs1, vec_rm:$rm,
346346
GPRNoX0:$atm, GPRNoX0:$atn, GPRNoX0:$atk, sew:$sew,
347347
twiden:$twiden), []> {
348348
let mayLoad = 0;

0 commit comments

Comments
 (0)