[all-commits] [llvm/llvm-project] 15bfd2: [AArch64][SVE] Replace integer immediate intrinsic...
dancgr via All-commits
all-commits at lists.llvm.org
Fri Dec 20 10:49:10 PST 2019
Branch: refs/heads/master
Home: https://github.com/llvm/llvm-project
Commit: 15bfd2cd543804caccd2fb485af4ea55b55006f1
https://github.com/llvm/llvm-project/commit/15bfd2cd543804caccd2fb485af4ea55b55006f1
Author: Danilo Carvalho Grael <danilo.carvalho.grael at huawei.com>
Date: 2019-12-20 (Fri, 20 Dec 2019)
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-gather-scatter-dag-combine.ll
M llvm/test/CodeGen/AArch64/sve-int-imm.ll
M llvm/test/CodeGen/AArch64/sve-int-log-imm.ll
Log Message:
-----------
[AArch64][SVE] Replace integer immediate intrinsics with splat vector variant
Summary: Replace the integer immediate intrisics with splat vector variants so they can be applied as optimizations for the C/C++ intrinsics.
Reviewers: sdesmalen, huntergr, rengolin, efriedma, c-rhodes, mgudim, kmclaughlin
Subscribers: tschuett, kristof.beyls, hiraditya, rkruppe, psnobl, llvm-commits, amehsan
Tags: #llvm
Differential Revision: https://reviews.llvm.org/D71614
More information about the All-commits
mailing list