This is an archive of the discontinued LLVM Phabricator instance.

[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:

  • ADDSPL, ADDSVL

The reference can be found here:
https://developer.arm.com/documentation/ddi0602/2021-12

Diff Detail

Event Timeline

HsiangKai created this revision.Feb 25 2022, 3:32 AM
HsiangKai requested review of this revision.Feb 25 2022, 3:32 AM
Herald added a project: Restricted Project. · View Herald TranscriptFeb 25 2022, 3:32 AM
sdesmalen accepted this revision.Feb 28 2022, 1:39 AM
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
This revision was automatically updated to reflect the committed changes.