[PATCH] D79010: [AArch64][SVE] Remove unused FP reduction intrinsic definitions
Cullen Rhodes via Phabricator via llvm-commits
llvm-commits at lists.llvm.org
Tue Apr 28 08:02:05 PDT 2020
c-rhodes created this revision.
c-rhodes added reviewers: efriedma, sdesmalen.
Herald added subscribers: llvm-commits, danielkiss, psnobl, rkruppe, kristof.beyls, tschuett.
Herald added a project: LLVM.
FP reductions no longer use these intrinsics since D78723 <https://reviews.llvm.org/D78723>.
Repository:
rG LLVM Github Monorepo
https://reviews.llvm.org/D79010
Files:
llvm/include/llvm/IR/IntrinsicsAArch64.td
Index: llvm/include/llvm/IR/IntrinsicsAArch64.td
===================================================================
--- llvm/include/llvm/IR/IntrinsicsAArch64.td
+++ llvm/include/llvm/IR/IntrinsicsAArch64.td
@@ -913,12 +913,6 @@
llvm_anyvector_ty],
[IntrNoMem]>;
- class AdvSIMD_SVE_FP_Reduce_Intrinsic
- : Intrinsic<[llvm_anyfloat_ty],
- [LLVMScalarOrSameVectorWidth<1, llvm_i1_ty>,
- llvm_anyvector_ty],
- [IntrNoMem]>;
-
class AdvSIMD_SVE_ReduceWithInit_Intrinsic
: Intrinsic<[LLVMVectorElementType<0>],
[LLVMScalarOrSameVectorWidth<0, llvm_i1_ty>,
@@ -926,13 +920,6 @@
llvm_anyvector_ty],
[IntrNoMem]>;
- class AdvSIMD_SVE_FP_ReduceWithInit_Intrinsic
- : Intrinsic<[llvm_anyfloat_ty],
- [LLVMScalarOrSameVectorWidth<1, llvm_i1_ty>,
- LLVMMatchType<0>,
- llvm_anyvector_ty],
- [IntrNoMem]>;
-
class AdvSIMD_SVE_ShiftByImm_Intrinsic
: Intrinsic<[llvm_anyvector_ty],
[LLVMScalarOrSameVectorWidth<0, llvm_i1_ty>,
-------------- next part --------------
A non-text attachment was scrubbed...
Name: D79010.260640.patch
Type: text/x-patch
Size: 1154 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20200428/001d9454/attachment.bin>
More information about the llvm-commits
mailing list