[all-commits] [llvm/llvm-project] 99581f: [ARM][MVE] Add vector reduction intrinsics with tw...
Mikhail Maltsev via All-commits
all-commits at lists.llvm.org
Fri Dec 13 05:18:00 PST 2019
Branch: refs/heads/master
Home: https://github.com/llvm/llvm-project
Commit: 99581fd4c8e12f5eca38e7cfc5992508a9bfe383
https://github.com/llvm/llvm-project/commit/99581fd4c8e12f5eca38e7cfc5992508a9bfe383
Author: Mikhail Maltsev <mikhail.maltsev at arm.com>
Date: 2019-12-13 (Fri, 13 Dec 2019)
Changed paths:
M clang/include/clang/Basic/arm_mve.td
M clang/include/clang/Basic/arm_mve_defs.td
A clang/test/CodeGen/arm-mve-intrinsics/vabavq.c
A clang/test/CodeGen/arm-mve-intrinsics/vmldav.c
A clang/test/CodeGen/arm-mve-intrinsics/vmlldav.c
M llvm/include/llvm/IR/IntrinsicsARM.td
M llvm/lib/Target/ARM/ARMISelDAGToDAG.cpp
M llvm/lib/Target/ARM/ARMInstrMVE.td
A llvm/test/CodeGen/Thumb2/mve-intrinsics/vabavq.ll
A llvm/test/CodeGen/Thumb2/mve-intrinsics/vmldav.ll
A llvm/test/CodeGen/Thumb2/mve-intrinsics/vmlldav.ll
Log Message:
-----------
[ARM][MVE] Add vector reduction intrinsics with two vector operands
Summary:
This patch adds intrinsics for the following MVE instructions:
* VABAV
* VMLADAV, VMLSDAV
* VMLALDAV, VMLSLDAV
* VRMLALDAVH, VRMLSLDAVH
Each of the above 4 groups has a corresponding new LLVM IR intrinsic,
since the instructions cannot be easily represented using
general-purpose IR operations.
Reviewers: simon_tatham, ostannard, dmgreen, MarkMurrayARM
Reviewed By: MarkMurrayARM
Subscribers: merge_guards_bot, kristof.beyls, hiraditya, cfe-commits, llvm-commits
Tags: #clang, #llvm
Differential Revision: https://reviews.llvm.org/D71062
More information about the All-commits
mailing list