[llvm] 17d5ba5 - [RISCV][NFC] Remove unused multiclass def.
Zakk Chen via llvm-commits
llvm-commits at lists.llvm.org
Fri Feb 18 23:59:41 PST 2022
Author: Zakk Chen
Date: 2022-02-18T23:58:56-08:00
New Revision: 17d5ba5bc744cda4b1a668cc3f95418a8039fad0
URL: https://github.com/llvm/llvm-project/commit/17d5ba5bc744cda4b1a668cc3f95418a8039fad0
DIFF: https://github.com/llvm/llvm-project/commit/17d5ba5bc744cda4b1a668cc3f95418a8039fad0.diff
LOG: [RISCV][NFC] Remove unused multiclass def.
Added:
Modified:
llvm/lib/Target/RISCV/RISCVInstrInfoVPseudos.td
Removed:
################################################################################
diff --git a/llvm/lib/Target/RISCV/RISCVInstrInfoVPseudos.td b/llvm/lib/Target/RISCV/RISCVInstrInfoVPseudos.td
index 4e762b63d8013..46a6f8d2af678 100644
--- a/llvm/lib/Target/RISCV/RISCVInstrInfoVPseudos.td
+++ b/llvm/lib/Target/RISCV/RISCVInstrInfoVPseudos.td
@@ -3499,23 +3499,6 @@ multiclass VPatBinaryMaskOut<string intrinsic,
GPR:$vl, sew)>;
}
-multiclass VPatConversion<string intrinsic,
- string inst,
- string kind,
- ValueType result_type,
- ValueType op1_type,
- ValueType mask_type,
- int sew,
- LMULInfo vlmul,
- VReg result_reg_class,
- VReg op1_reg_class>
-{
- def : VPatUnaryNoMask<intrinsic, inst, kind, result_type, op1_type,
- sew, vlmul, op1_reg_class>;
- def : VPatUnaryMask<intrinsic, inst, kind, result_type, op1_type,
- mask_type, sew, vlmul, result_reg_class, op1_reg_class>;
-}
-
multiclass VPatConversionTA<string intrinsic,
string inst,
string kind,
More information about the llvm-commits
mailing list