This is an archive of the discontinued LLVM Phabricator instance.

[AArch64][SME2] Add multi-vector uunpk and sunpk intrinsics
ClosedPublic

Authored by david-arm on Jan 31 2023, 1:50 AM.

Details

Summary

This patch adds the LLVM IR intrinsics for the following:

  • uunpk (2 and 4 vectors)
  • sunpk (2 and 4 vectors)

I have named the tests sve2p1-intrinsics-* because although
the instructions are added as part of the SME2 feature they
only operate on SVE vectors.

NOTE: These intrinsics are still in development and are subject to future changes.

Diff Detail

Event Timeline

david-arm created this revision.Jan 31 2023, 1:50 AM
david-arm requested review of this revision.Jan 31 2023, 1:50 AM
Herald added a project: Restricted Project. · View Herald TranscriptJan 31 2023, 1:50 AM
This revision is now accepted and ready to land.Feb 28 2023, 3:43 AM
This revision was landed with ongoing or failed builds.Feb 28 2023, 6:02 AM
This revision was automatically updated to reflect the committed changes.