This is an archive of the discontinued LLVM Phabricator instance.

[AArch64][SVE2p1] Add 2-way SVE2p1 dot product intrinsics
ClosedPublic

Authored by david-arm on Feb 1 2023, 6:14 AM.

Details

Summary

This patch adds the LLVM IR intrinsics for the following:

  • sdot (2-way, vectors + indexed)
  • udot (2-way, vectors + indexed)
  • fdot (vectors + indexed)

Diff Detail

Event Timeline

david-arm created this revision.Feb 1 2023, 6:14 AM
david-arm requested review of this revision.Feb 1 2023, 6:14 AM
Herald added a project: Restricted Project. · View Herald TranscriptFeb 1 2023, 6:14 AM
kmclaughlin accepted this revision.Feb 2 2023, 7:52 AM
This revision is now accepted and ready to land.Feb 2 2023, 7:52 AM