Skip to content

Commit 32d8596

Browse files
committed
[RISCV] Remove unused tablegen multiclasses. NFC
1 parent 4346c38 commit 32d8596

File tree

1 file changed

+0
-12
lines changed

1 file changed

+0
-12
lines changed

llvm/lib/Target/RISCV/RISCVInstrInfoVPseudos.td

Lines changed: 0 additions & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -3303,12 +3303,6 @@ multiclass VPseudoTernaryV_VX_AAXA<LMULInfo m, string Constraint = ""> {
33033303
Constraint, Commutable=1>;
33043304
}
33053305

3306-
multiclass VPseudoTernaryV_VF_AAXA<LMULInfo m, FPR_Info f, string Constraint = ""> {
3307-
defm "_V" # f.FX : VPseudoTernaryWithPolicy<m.vrclass, f.fprclass,
3308-
m.vrclass, m, Constraint,
3309-
Commutable=1>;
3310-
}
3311-
33123306
multiclass VPseudoTernaryV_VF_AAXA_RM<LMULInfo m, FPR_Info f,
33133307
string Constraint = "", int sew = 0> {
33143308
defm "_V" # f.FX : VPseudoTernaryWithPolicyRoundingMode<m.vrclass, f.fprclass,
@@ -3335,12 +3329,6 @@ multiclass VPseudoTernaryW_VX<LMULInfo m> {
33353329
constraint, /*Commutable*/ 0, TargetConstraintType=3>;
33363330
}
33373331

3338-
multiclass VPseudoTernaryW_VF<LMULInfo m, FPR_Info f, int TargetConstraintType = 1> {
3339-
defvar constraint = "@earlyclobber $rd";
3340-
defm "_V" # f.FX : VPseudoTernaryWithPolicy<m.wvrclass, f.fprclass,
3341-
m.vrclass, m, constraint, /*Commutable*/ 0, TargetConstraintType>;
3342-
}
3343-
33443332
multiclass VPseudoTernaryW_VF_RM<LMULInfo m, FPR_Info f, int sew = 0> {
33453333
defvar constraint = "@earlyclobber $rd";
33463334
defm "_V" # f.FX : VPseudoTernaryWithPolicyRoundingMode<m.wvrclass, f.fprclass,

0 commit comments

Comments
 (0)