This is an archive of the discontinued LLVM Phabricator instance.

[AArch64][SME2] Add multi-vector multiply-add long intrinsics.
ClosedPublic

Authored by kmclaughlin on Jan 18 2023, 3:13 AM.

Details

Summary

Adds (single, multi & indexed) intrinsics for the following:

  • bfmlal/bfmlsl
  • fmlal/fmlsl
  • smlal/smlsl
  • umlal/umlsl

This patch also extends SelectSMETileSlice to handle scaled vector select offsets.

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

Diff Detail

Event Timeline

kmclaughlin created this revision.Jan 18 2023, 3:13 AM
Herald added a project: Restricted Project. · View Herald TranscriptJan 18 2023, 3:13 AM
kmclaughlin requested review of this revision.Jan 18 2023, 3:13 AM
Herald added a project: Restricted Project. · View Herald TranscriptJan 18 2023, 3:13 AM
CarolineConcatto accepted this revision.Jan 18 2023, 6:36 AM
CarolineConcatto added a subscriber: CarolineConcatto.

Thank you Kerry.
IMHO It looks all fine in this patch. Even the use of VectorIndex<smth>_timm. That I asked in the previous patch(D141946) looks consistent in this one.

This revision is now accepted and ready to land.Jan 18 2023, 6:36 AM
This revision was landed with ongoing or failed builds.Jan 20 2023, 3:33 AM
This revision was automatically updated to reflect the committed changes.