[all-commits] [llvm/llvm-project] fc8d03: [AArch64][SVE] Add addsub carry long instrinsics
dancgr via All-commits
all-commits at lists.llvm.org
Wed Feb 12 07:42:25 PST 2020
Branch: refs/heads/master
Home: https://github.com/llvm/llvm-project
Commit: fc8d033e966305ebed3ffcd7c633d6e9ebef10ae
https://github.com/llvm/llvm-project/commit/fc8d033e966305ebed3ffcd7c633d6e9ebef10ae
Author: Danilo Carvalho Grael <danilo.carvalho.grael at huawei.com>
Date: 2020-02-12 (Wed, 12 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
A llvm/test/CodeGen/AArch64/sve2-int-addsub-long.ll
Log Message:
-----------
[AArch64][SVE] Add addsub carry long instrinsics
Summary:
Add intrinsics for the following instructions:
- adclb, adclt, sbclb, sbclt
Reviewers: kmclaughlin, c-rhodes, sdesmalen, efriedma, rengolin
Reviewed By: kmclaughlin
Subscribers: tschuett, kristof.beyls, hiraditya, rkruppe, psnobl, llvm-commits
Tags: #llvm
Differential Revision: https://reviews.llvm.org/D74328
More information about the All-commits
mailing list