[all-commits] [llvm/llvm-project] d45760: [AArch64][SVE] Add remaining SVE2 intrinsics for w...
kmclaughlin-arm via All-commits
all-commits at lists.llvm.org
Tue Feb 18 02:36:01 PST 2020
Branch: refs/heads/master
Home: https://github.com/llvm/llvm-project
Commit: d4576080da72fdedff6842a1256fb6f11cee6b3b
https://github.com/llvm/llvm-project/commit/d4576080da72fdedff6842a1256fb6f11cee6b3b
Author: Kerry McLaughlin <kerry.mclaughlin at arm.com>
Date: 2020-02-18 (Tue, 18 Feb 2020)
Changed paths:
M llvm/include/llvm/IR/IntrinsicsAArch64.td
M llvm/lib/Target/AArch64/AArch64SVEInstrInfo.td
M llvm/lib/Target/AArch64/SVEInstrFormats.td
M llvm/test/CodeGen/AArch64/sve2-intrinsics-widening-dsp.ll
Log Message:
-----------
[AArch64][SVE] Add remaining SVE2 intrinsics for widening DSP operations
Summary:
Implements the following intrinsics:
- llvm.aarch64.sve.[s|u]mullb_lane
- llvm.aarch64.sve.[s|u]mullt_lane
- llvm.aarch64.sve.sqdmullb_lane
- llvm.aarch64.sve.sqdmullt_lane
- llvm.aarch64.sve.[s|u]addwb
- llvm.aarch64.sve.[s|u]addwt
- llvm.aarch64.sve.[s|u]shllb
- llvm.aarch64.sve.[s|u]shllt
- llvm.aarch64.sve.[s|u]subwb
- llvm.aarch64.sve.[s|u]subwt
Reviewers: sdesmalen, dancgr, efriedma, c-rhodes, rengolin
Reviewed By: sdesmalen
Subscribers: tschuett, kristof.beyls, hiraditya, rkruppe, psnobl, cameron.mcinally, cfe-commits, llvm-commits
Tags: #llvm
Differential Revision: https://reviews.llvm.org/D73903
More information about the All-commits
mailing list