This is an archive of the discontinued LLVM Phabricator instance.

[AArch64][SME2] Add multi-vector floating point min/max number intrinsics
ClosedPublic

Authored by kmclaughlin on Jan 27 2023, 8:35 AM.

Details

Summary

Adds IR intrinsics for the following SME2 instructions:

  • fmaxnm/fminnm (single, 2 & 4 vector)
  • fmaxnm/fminnm (multi, 2 & 4 vector)
NOTE: These intrinsics are still in development and are subject to future changes.

Diff Detail

Event Timeline

kmclaughlin created this revision.Jan 27 2023, 8:35 AM
Herald added a project: Restricted Project. · View Herald TranscriptJan 27 2023, 8:35 AM
kmclaughlin requested review of this revision.Jan 27 2023, 8:35 AM
Herald added a project: Restricted Project. · View Herald TranscriptJan 27 2023, 8:35 AM
david-arm accepted this revision.Feb 3 2023, 1:42 AM

LGTM!

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