This patch adds support for the following SME instruction:
- RDSVL
The reference can be found here:
https://developer.arm.com/documentation/ddi0602/2021-12
Paths
| Differential D120603
[AArch64][SME] Add rdsvl instruction ClosedPublic Authored by HsiangKai on Feb 25 2022, 7:00 PM.
Details Summary This patch adds support for the following SME instruction:
The reference can be found here:
Diff Detail
Event TimelineHsiangKai added a parent revision: D120554: [AArch64][SME] Add addsvl and addspl instructions.Feb 25 2022, 7:00 PM This revision is now accepted and ready to land.Feb 28 2022, 1:47 AM This revision was landed with ongoing or failed builds.Feb 28 2022, 3:15 PM Closed by commit rGb8e296cf6a35: [AArch64][SME] Add rdsvl instruction (authored by HsiangKai). · Explain Why This revision was automatically updated to reflect the committed changes.
Revision Contents
Diff 411909 llvm/lib/Target/AArch64/AArch64SMEInstrInfo.td
llvm/lib/Target/AArch64/SVEInstrFormats.td
llvm/test/MC/AArch64/SME/rdsvl-diagnostics.s
llvm/test/MC/AArch64/SME/rdsvl.s
|