Skip to content

Commit 17d5ba5

Browse files
committed
[RISCV][NFC] Remove unused multiclass def.
1 parent 5489969 commit 17d5ba5

File tree

1 file changed

+0
-17
lines changed

1 file changed

+0
-17
lines changed

llvm/lib/Target/RISCV/RISCVInstrInfoVPseudos.td

Lines changed: 0 additions & 17 deletions
Original file line numberDiff line numberDiff line change
@@ -3499,23 +3499,6 @@ multiclass VPatBinaryMaskOut<string intrinsic,
34993499
GPR:$vl, sew)>;
35003500
}
35013501

3502-
multiclass VPatConversion<string intrinsic,
3503-
string inst,
3504-
string kind,
3505-
ValueType result_type,
3506-
ValueType op1_type,
3507-
ValueType mask_type,
3508-
int sew,
3509-
LMULInfo vlmul,
3510-
VReg result_reg_class,
3511-
VReg op1_reg_class>
3512-
{
3513-
def : VPatUnaryNoMask<intrinsic, inst, kind, result_type, op1_type,
3514-
sew, vlmul, op1_reg_class>;
3515-
def : VPatUnaryMask<intrinsic, inst, kind, result_type, op1_type,
3516-
mask_type, sew, vlmul, result_reg_class, op1_reg_class>;
3517-
}
3518-
35193502
multiclass VPatConversionTA<string intrinsic,
35203503
string inst,
35213504
string kind,

0 commit comments

Comments
 (0)