[all-commits] [llvm/llvm-project] 58ceb8: [SVE] Add SVE2 patterns for unpredicated multiply ...
dancgr via All-commits
all-commits at lists.llvm.org
Thu Jan 23 10:22:38 PST 2020
Branch: refs/heads/master
Home: https://github.com/llvm/llvm-project
Commit: 58ceb81d318b9a39f651e18ed68f8083e21719a0
https://github.com/llvm/llvm-project/commit/58ceb81d318b9a39f651e18ed68f8083e21719a0
Author: Danilo Carvalho Grael <danilo.carvalho.grael at huawei.com>
Date: 2020-01-23 (Thu, 23 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/sve-int-arith-imm.ll
M llvm/test/CodeGen/AArch64/sve-int-mul-pred.ll
R llvm/test/CodeGen/AArch64/sve-neg-int-arith-imm-2.ll
R llvm/test/CodeGen/AArch64/sve-neg-int-arith-imm.ll
A llvm/test/CodeGen/AArch64/sve2-int-mul.ll
Log Message:
-----------
[SVE] Add SVE2 patterns for unpredicated multiply instructions
Summary:
Add patterns for SVE2 unpredicated multiply instructions:
- mul, smulh, umulh, pmul, sqdmulh, sqrdmulh
Reviewers: sdesmalen, huntergr, efriedma, c-rhodes, kmclaughlin, rengolin
Subscribers: tschuett, hiraditya, rkruppe, psnobl, llvm-commits, amehsan
Tags: #llvm
Differential Revision: https://reviews.llvm.org/D72799
More information about the All-commits
mailing list