diff options
author | Sander de Smalen <sander.desmalen@arm.com> | 2019-12-03 11:25:07 +0000 |
---|---|---|
committer | Sander de Smalen <sander.desmalen@arm.com> | 2019-12-03 12:55:03 +0000 |
commit | 6e51ceba536d88f882737c9c4f9ff0ffb0004bfd (patch) | |
tree | cff5bf88b327789bab8302d4f2e498f3d56528a1 /lldb/source/Commands/CommandObjectGUI.cpp | |
parent | 409350deeaf27ab767018b4c4834cfb82919e338 (diff) | |
download | bcm5719-llvm-6e51ceba536d88f882737c9c4f9ff0ffb0004bfd.tar.gz bcm5719-llvm-6e51ceba536d88f882737c9c4f9ff0ffb0004bfd.zip |
[AArch64][SVE] Add intrinsics for gather loads with 64-bit offsets
This patch adds the following intrinsics for gather loads with 64-bit offsets:
* @llvm.aarch64.sve.ld1.gather (unscaled offset)
* @llvm.aarch64.sve.ld1.gather.index (scaled offset)
These intrinsics map 1-1 to the following AArch64 instructions respectively (examples for half-words):
* ld1h { z0.d }, p0/z, [x0, z0.d]
* ld1h { z0.d }, p0/z, [x0, z0.d, lsl #1]
Committing on behalf of Andrzej Warzynski (andwar)
Reviewers: sdesmalen, huntergr, rovka, mgudim, dancgr, rengolin, efriedma
Reviewed By: efriedma
Tags: #llvm
Differential Revision: https://reviews.llvm.org/D70542
Diffstat (limited to 'lldb/source/Commands/CommandObjectGUI.cpp')
0 files changed, 0 insertions, 0 deletions