This is an archive of the discontinued LLVM Phabricator instance.

[AArch64][SVE] Add SVE2 intrinsics for uniform DSP operations
ClosedPublic

Authored by kmclaughlin on Jan 27 2020, 9:56 AM.

Details

Summary

Implements the following intrinsics:

  • sqrdmlah, sqrdmlsh, sqrdmulh & sqdmulh
  • [s|u]hadd, [s|u]hsub, [s|u]rhadd & [s|u]hsubr
  • urecpe, ursqrte, sqabs & sqneg

Diff Detail

Event Timeline

kmclaughlin created this revision.Jan 27 2020, 9:56 AM
Herald added a project: Restricted Project. · View Herald TranscriptJan 27 2020, 9:56 AM
This revision is now accepted and ready to land.Jan 27 2020, 4:21 PM
This revision was automatically updated to reflect the committed changes.