[all-commits] [llvm/llvm-project] 6c32cf: [AArch64][SME] Add ldr and str instructions
Cullen Rhodes via All-commits
all-commits at lists.llvm.org
Wed Jul 21 01:17:39 PDT 2021
Branch: refs/heads/main
Home: https://github.com/llvm/llvm-project
Commit: 6c32cfe85c7827d356eccb8c9abdb395eda2c9cb
https://github.com/llvm/llvm-project/commit/6c32cfe85c7827d356eccb8c9abdb395eda2c9cb
Author: Cullen Rhodes <cullen.rhodes at arm.com>
Date: 2021-07-21 (Wed, 21 Jul 2021)
Changed paths:
M llvm/lib/Target/AArch64/AArch64SMEInstrInfo.td
M llvm/lib/Target/AArch64/Disassembler/AArch64Disassembler.cpp
M llvm/lib/Target/AArch64/SMEInstrFormats.td
A llvm/test/MC/AArch64/SME/ldr-diagnostics.s
A llvm/test/MC/AArch64/SME/ldr.s
A llvm/test/MC/AArch64/SME/str-diagnostics.s
A llvm/test/MC/AArch64/SME/str.s
Log Message:
-----------
[AArch64][SME] Add ldr and str instructions
The reference can be found here:
https://developer.arm.com/documentation/ddi0602/2021-06
Reviewed By: kmclaughlin
Differential Revision: https://reviews.llvm.org/D105573
More information about the All-commits
mailing list