Skip to content

Commit 53baee9

Browse files
committed
[RISCV] Prune unnecessary LMUL from SiFive sf.vfwmacc.4x4x4 pseudo instruction. NFC
We had an LMUL=8 pseudo, but this instruction has result EMUL=LMUL*2 like a standard widening instruction.
1 parent 8d3dbdb commit 53baee9

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

llvm/lib/Target/RISCV/RISCVInstrInfoXSf.td

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -391,7 +391,7 @@ multiclass VPseudoSiFiveVQMACCQOQ {
391391
}
392392

393393
multiclass VPseudoSiFiveVFWMACC {
394-
foreach m = MxListVF2 in
394+
foreach m = MxListFW in
395395
let VLMul = m.value in
396396
defm NAME : VPseudoSiFiveVMACC<m.MX, m.wvrclass, m.vrclass>;
397397
}

0 commit comments

Comments
 (0)