[PATCH] D105573: [AArch64][SME] Add ldr and str instructions
Cullen Rhodes via Phabricator via llvm-commits
llvm-commits at lists.llvm.org
Wed Jul 7 11:35:11 PDT 2021
c-rhodes created this revision.
Herald added subscribers: danielkiss, hiraditya, kristof.beyls.
c-rhodes requested review of this revision.
Herald added a project: LLVM.
This patch adds support for ldr/str instructions to load/store vector
to/from ZA array.
The reference can be found here:
https://developer.arm.com/documentation/ddi0602/2021-06
Repository:
rG LLVM Github Monorepo
https://reviews.llvm.org/D105573
Files:
llvm/lib/Target/AArch64/AArch64SMEInstrInfo.td
llvm/lib/Target/AArch64/AsmParser/AArch64AsmParser.cpp
llvm/lib/Target/AArch64/Disassembler/AArch64Disassembler.cpp
llvm/lib/Target/AArch64/SMEInstrFormats.td
llvm/test/MC/AArch64/SME/ldr-diagnostics.s
llvm/test/MC/AArch64/SME/ldr.s
llvm/test/MC/AArch64/SME/str-diagnostics.s
llvm/test/MC/AArch64/SME/str.s
-------------- next part --------------
A non-text attachment was scrubbed...
Name: D105573.357020.patch
Type: text/x-patch
Size: 15376 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20210707/66e0c058/attachment.bin>
More information about the llvm-commits
mailing list