[all-commits] [llvm/llvm-project] 26d961: [SVE] Add patterns for MUL immediate instruction.
dancgr via All-commits
all-commits at lists.llvm.org
Tue Jan 14 12:23:00 PST 2020
Branch: refs/heads/master
Home: https://github.com/llvm/llvm-project
Commit: 26d96126a0d258afccfeec1fbaa727bfeb820308
https://github.com/llvm/llvm-project/commit/26d96126a0d258afccfeec1fbaa727bfeb820308
Author: Danilo Carvalho Grael <danilo.carvalho.grael at huawei.com>
Date: 2020-01-14 (Tue, 14 Jan 2020)
Changed paths:
M llvm/lib/Target/AArch64/AArch64SVEInstrInfo.td
M llvm/lib/Target/AArch64/SVEInstrFormats.td
M llvm/test/CodeGen/AArch64/sve-int-arith-imm.ll
A llvm/test/CodeGen/AArch64/sve-neg-int-arith-imm-2.ll
A llvm/test/CodeGen/AArch64/sve-neg-int-arith-imm.ll
Log Message:
-----------
[SVE] Add patterns for MUL immediate instruction.
Summary: Add the missing MUL pattern for integer immediate instructions.
Reviewers: sdesmalen, huntergr, efriedma, c-rhodes, kmclaughlin
Subscribers: tschuett, hiraditya, rkruppe, psnobl, llvm-commits, amehsan
Tags: #llvm
Differential Revision: https://reviews.llvm.org/D72654
More information about the All-commits
mailing list