[PATCH] D73493: [AArch64][SVE] Add SVE2 intrinsics for uniform DSP operations

Kerry McLaughlin via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Mon Jan 27 10:00:36 PST 2020


kmclaughlin created this revision.
kmclaughlin added reviewers: sdesmalen, efriedma, dancgr, cameron.mcinally.
Herald added subscribers: psnobl, rkruppe, hiraditya, kristof.beyls, tschuett.
Herald added a project: LLVM.

Implements the following intrinsics:

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


Repository:
  rG LLVM Github Monorepo

https://reviews.llvm.org/D73493

Files:
  llvm/include/llvm/IR/IntrinsicsAArch64.td
  llvm/lib/Target/AArch64/AArch64SVEInstrInfo.td
  llvm/lib/Target/AArch64/SVEInstrFormats.td
  llvm/test/CodeGen/AArch64/sve2-intrinsics-uniform-dsp.ll

-------------- next part --------------
A non-text attachment was scrubbed...
Name: D73493.240625.patch
Type: text/x-patch
Size: 56449 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20200127/81906407/attachment-0001.bin>


More information about the llvm-commits mailing list