Skip to content

Commit 507b372

Browse files
committed
[RISCV] Remove unused tablegen multiclass. NFC
1 parent 211edca commit 507b372

File tree

1 file changed

+0
-11
lines changed

1 file changed

+0
-11
lines changed

llvm/lib/Target/RISCV/RISCVInstrInfoVPseudos.td

Lines changed: 0 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -2369,12 +2369,6 @@ multiclass VPseudoBinaryW_VI<Operand ImmType, LMULInfo m> {
23692369
"@earlyclobber $rd", TargetConstraintType=3>;
23702370
}
23712371

2372-
multiclass VPseudoBinaryW_VF<LMULInfo m, FPR_Info f> {
2373-
defm "_V" # f.FX : VPseudoBinary<m.wvrclass, m.vrclass,
2374-
f.fprclass, m,
2375-
"@earlyclobber $rd">;
2376-
}
2377-
23782372
multiclass VPseudoBinaryW_VF_RM<LMULInfo m, FPR_Info f, int sew = 0> {
23792373
defm "_V" # f.FX : VPseudoBinaryRoundingMode<m.wvrclass, m.vrclass,
23802374
f.fprclass, m,
@@ -2403,11 +2397,6 @@ multiclass VPseudoBinaryW_WX<LMULInfo m> {
24032397
defm "_WX" : VPseudoBinary<m.wvrclass, m.wvrclass, GPR, m, /*Constraint*/ "", TargetConstraintType=3>;
24042398
}
24052399

2406-
multiclass VPseudoBinaryW_WF<LMULInfo m, FPR_Info f, int TargetConstraintType = 1> {
2407-
defm "_W" # f.FX : VPseudoBinary<m.wvrclass, m.wvrclass,
2408-
f.fprclass, m, /*Constraint*/ "", TargetConstraintType=TargetConstraintType>;
2409-
}
2410-
24112400
multiclass VPseudoBinaryW_WF_RM<LMULInfo m, FPR_Info f, int sew = 0> {
24122401
defm "_W" # f.FX : VPseudoBinaryRoundingMode<m.wvrclass, m.wvrclass,
24132402
f.fprclass, m,

0 commit comments

Comments
 (0)