This is an archive of the discontinued LLVM Phabricator instance.

[AArch64][SVE] Implement sdot and udot (lane) intrinsics
ClosedPublic

Authored by kmclaughlin on Sep 13 2019, 6:54 AM.

Details

Summary

Implements the following arithmetic intrinsics:

  • int_aarch64_sve_sdot
  • int_aarch64_sve_sdot_lane
  • int_aarch64_sve_udot
  • int_aarch64_sve_udot_lane

This patch includes tests for the Subdivide4Argument type added by D67549

Diff Detail

Event Timeline

kmclaughlin created this revision.Sep 13 2019, 6:54 AM
This revision is now accepted and ready to land.Oct 11 2019, 8:05 AM
This revision was automatically updated to reflect the committed changes.
Herald added a project: Restricted Project. · View Herald TranscriptOct 11 2019, 9:01 AM
Herald added a subscriber: hiraditya. · View Herald Transcript