This patch adds support for ldr/str instructions to load/store vector
to/from ZA array.
Depends on D105572.
The reference can be found here:
https://developer.arm.com/documentation/ddi0602/2021-06
Paths
| Differential D105573
[AArch64][SME] Add ldr and str instructions ClosedPublic Authored by c-rhodes on Jul 7 2021, 11:35 AM.
Details Summary This patch adds support for ldr/str instructions to load/store vector Depends on D105572. The reference can be found here:
Diff Detail
Event TimelineHerald added subscribers: danielkiss, hiraditya, kristof.beyls. · View Herald TranscriptJul 7 2021, 11:35 AM c-rhodes added a parent revision: D105572: [AArch64][SME] Add load and store instructions.Jul 7 2021, 11:35 AM Comment Actions Changes:
This revision is now accepted and ready to land.Jul 20 2021, 9:46 AM This revision was landed with ongoing or failed builds.Jul 21 2021, 1:17 AM Closed by commit rG6c32cfe85c78: [AArch64][SME] Add ldr and str instructions (authored by c-rhodes). · Explain Why This revision was automatically updated to reflect the committed changes.
Revision Contents
Diff 360379 llvm/lib/Target/AArch64/AArch64SMEInstrInfo.td
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
|