[all-commits] [llvm/llvm-project] c41d2b: [AArch64][SVE2] Add intrinsics for binary narrowin...
Andrzej WarzyĆski via All-commits
all-commits at lists.llvm.org
Mon Dec 16 04:24:08 PST 2019
Branch: refs/heads/master
Home: https://github.com/llvm/llvm-project
Commit: c41d2b5ab2829d05268e9bbcf2f54756de445e57
https://github.com/llvm/llvm-project/commit/c41d2b5ab2829d05268e9bbcf2f54756de445e57
Author: Andrzej Warzynski <andrzej.warzynski at arm.com>
Date: 2019-12-16 (Mon, 16 Dec 2019)
Changed paths:
M llvm/include/llvm/IR/IntrinsicsAArch64.td
M llvm/lib/Target/AArch64/AArch64SVEInstrInfo.td
M llvm/lib/Target/AArch64/SVEInstrFormats.td
A llvm/test/CodeGen/AArch64/sve2-intrinsics-binary-narrowing-add-sub.ll
Log Message:
-----------
[AArch64][SVE2] Add intrinsics for binary narrowing operations
Summary:
The following intrinsics for binary narrowing add and sub operations are
added:
* @llvm.aarch64.sve.addhnb
* @llvm.aarch64.sve.addhnt
* @llvm.aarch64.sve.raddhnb
* @llvm.aarch64.sve.raddhnt
* @llvm.aarch64.sve.subhnb
* @llvm.aarch64.sve.subhnt
* @llvm.aarch64.sve.rsubhnb
* @llvm.aarch64.sve.rsubhnt
Reviewers: sdesmalen, rengolin, efriedma
Reviewed By: sdesmalen, efriedma
Subscribers: tschuett, kristof.beyls, hiraditya, llvm-commits
Tags: #llvm
Differential Revision: https://reviews.llvm.org/D71424
More information about the All-commits
mailing list