This is an archive of the discontinued LLVM Phabricator instance.

[AArch64][SME2] Add LLVM IR intrinsics for multi-multi dots
ClosedPublic

Authored by david-arm on Jan 24 2023, 8:11 AM.

Details

Summary

Adds intrinsics for the following SME2 instructions:

  • sdot (multi-multi, 2 and 4 vectors, 32-bit and 64-bit ZA)
  • udot (multi-multi, 2 and 4 vectors, 32-bit and 64-bit ZA)
  • usdot (multi-multi, 2 and 4 vectors)
  • fdot (multi-multi, 2 and 4 vectors)
  • bfdot (multi-multi, 2 and 4 vectors)
NOTE: These intrinsics are still in development and are subject to future changes.

Diff Detail

Event Timeline

david-arm created this revision.Jan 24 2023, 8:11 AM
Herald added a project: Restricted Project. · View Herald TranscriptJan 24 2023, 8:11 AM
david-arm requested review of this revision.Jan 24 2023, 8:11 AM
Herald added a project: Restricted Project. · View Herald TranscriptJan 24 2023, 8:11 AM
david-arm updated this revision to Diff 492060.Jan 25 2023, 4:15 AM
  • Added %unused parameters to show register lists must start at a multiple of 2 or 4.
Matt added a subscriber: Matt.Jan 25 2023, 8:57 AM
This revision is now accepted and ready to land.Jan 31 2023, 8:56 AM
This revision was landed with ongoing or failed builds.Feb 1 2023, 1:59 AM
This revision was automatically updated to reflect the committed changes.