[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 24 06:07:13 PDT 2021
This revision was automatically updated to reflect the committed changes.
Closed by commit rGce21ab23b755: [SystemZ] NFC: Remove unused intrinsic template arg 'name' (authored by c-rhodes).
Repository:
rG LLVM Github Monorepo
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D109598/new/
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.374823.patch
Type: text/x-patch
Size: 982 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20210924/97f9a665/attachment.bin>
More information about the llvm-commits
mailing list