[all-commits] [llvm/llvm-project] 061063: [AArch64][SVE] Add remaining SVE2 mla indexed intr...
dancgr via All-commits
all-commits at lists.llvm.org
Thu Jan 30 10:26:22 PST 2020
Branch: refs/heads/master
Home: https://github.com/llvm/llvm-project
Commit: 0610637aac9cf2dedbb92da2d52dfbfd9b6331d2
https://github.com/llvm/llvm-project/commit/0610637aac9cf2dedbb92da2d52dfbfd9b6331d2
Author: Danilo Carvalho Grael <danilo.carvalho.grael at huawei.com>
Date: 2020-01-30 (Thu, 30 Jan 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-mla-indexed.ll
Log Message:
-----------
[AArch64][SVE] Add remaining SVE2 mla indexed intrinsics.
Summary:
Add remaining SVE2 mla indexed intrinsics:
- sqdmlalb, sqdmlalt, sqdmlslb, sqdmlslt
Add suffix _lanes and switch immediate types to i32 for all mla indexed intrinsics to align with ACLE builtin definitions.
Reviewers: efriedma, sdesmalen, cameron.mcinally, c-rhodes, rengolin, kmclaughlin
Subscribers: tschuett, kristof.beyls, hiraditya, rkruppe, arphaman, psnobl, llvm-commits, amehsan
Tags: #llvm
Differential Revision: https://reviews.llvm.org/D73633
More information about the All-commits
mailing list