This is an archive of the discontinued LLVM Phabricator instance.

[AArch64][SVE] Add SVE2 intrinsics for pairwise arithmetic
ClosedPublic

Authored by kmclaughlin on Jan 24 2020, 5:34 AM.

Details

Summary

Implements the following intrinsics:

  • addp
  • smaxp, sminp, umaxp & uminp
  • sadalp & uadalp

Diff Detail

Event Timeline

kmclaughlin created this revision.Jan 24 2020, 5:34 AM
Herald added a project: Restricted Project. · View Herald TranscriptJan 24 2020, 5:34 AM
c-rhodes accepted this revision.Jan 28 2020, 2:10 AM
This revision is now accepted and ready to land.Jan 28 2020, 2:10 AM
This revision was automatically updated to reflect the committed changes.