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