This is an archive of the discontinued LLVM Phabricator instance.

[AArch64][SME2] Add multi-vector frint intrinsics
ClosedPublic

Authored by kmclaughlin on Feb 1 2023, 3:15 AM.

Details

Summary

Adds x2 and x4 vector intrinsics for the following instructions:

  • frinta
  • frintm
  • frintn
  • frintp
NOTE: These intrinsics are still in development and are subject to future changes.

Diff Detail

Event Timeline

kmclaughlin created this revision.Feb 1 2023, 3:15 AM
Herald added a project: Restricted Project. · View Herald TranscriptFeb 1 2023, 3:15 AM
kmclaughlin requested review of this revision.Feb 1 2023, 3:15 AM
Herald added a project: Restricted Project. · View Herald TranscriptFeb 1 2023, 3:15 AM
david-arm accepted this revision.Feb 3 2023, 6:09 AM

LGTM!

This revision is now accepted and ready to land.Feb 3 2023, 6:09 AM
This revision was landed with ongoing or failed builds.Feb 7 2023, 3:34 AM
This revision was automatically updated to reflect the committed changes.