[PATCH] D109598: [SystemZ] NFC: Remove unused intrinsic template arg 'name'
Cullen Rhodes via Phabricator via llvm-commits
llvm-commits at lists.llvm.org
Fri Sep 10 05:14:17 PDT 2021
c-rhodes created this revision.
c-rhodes added a reviewer: uweigand.
c-rhodes requested review of this revision.
Herald added a project: LLVM.
Identified in D109359 <https://reviews.llvm.org/D109359>.
Repository:
rG LLVM Github Monorepo
https://reviews.llvm.org/D109598
Files:
llvm/include/llvm/IR/IntrinsicsSystemZ.td
Index: llvm/include/llvm/IR/IntrinsicsSystemZ.td
===================================================================
--- llvm/include/llvm/IR/IntrinsicsSystemZ.td
+++ llvm/include/llvm/IR/IntrinsicsSystemZ.td
@@ -144,7 +144,7 @@
def fs : SystemZBinaryCC<llvm_v4i32_ty>;
}
-multiclass SystemZCompareBHFG<string name> {
+multiclass SystemZCompareBHFG {
def bs : SystemZBinaryCC<llvm_v16i8_ty>;
def hs : SystemZBinaryCC<llvm_v8i16_ty>;
def fs : SystemZBinaryCC<llvm_v4i32_ty>;
@@ -341,9 +341,9 @@
def int_s390_vtm : SystemZBinaryConv<"vtm", llvm_i32_ty, llvm_v16i8_ty>;
- defm int_s390_vceq : SystemZCompareBHFG<"vceq">;
- defm int_s390_vch : SystemZCompareBHFG<"vch">;
- defm int_s390_vchl : SystemZCompareBHFG<"vchl">;
+ defm int_s390_vceq : SystemZCompareBHFG;
+ defm int_s390_vch : SystemZCompareBHFG;
+ defm int_s390_vchl : SystemZCompareBHFG;
defm int_s390_vfae : SystemZTernaryIntBHF<"vfae">;
defm int_s390_vfae : SystemZTernaryIntCCBHF;
-------------- next part --------------
A non-text attachment was scrubbed...
Name: D109598.371893.patch
Type: text/x-patch
Size: 982 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20210910/627bb48b/attachment.bin>
More information about the llvm-commits
mailing list