[all-commits] [llvm/llvm-project] 3cf808: [AArch64][SVE] Add SVE2 intrinsics for uniform DSP...

kmclaughlin-arm via All-commits all-commits at lists.llvm.org
Wed Jan 29 04:04:29 PST 2020


  Branch: refs/heads/master
  Home:   https://github.com/llvm/llvm-project
  Commit: 3cf80822a9064e9ae137f486bc321671842f3fd0
      https://github.com/llvm/llvm-project/commit/3cf80822a9064e9ae137f486bc321671842f3fd0
  Author: Kerry McLaughlin <kerry.mclaughlin at arm.com>
  Date:   2020-01-29 (Wed, 29 Jan 2020)

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

  Log Message:
  -----------
  [AArch64][SVE] Add SVE2 intrinsics for uniform DSP operations

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

Reviewers: sdesmalen, efriedma, dancgr, cameron.mcinally

Reviewed By: efriedma

Subscribers: tschuett, kristof.beyls, hiraditya, rkruppe, psnobl, cfe-commits, llvm-commits

Tags: #llvm

Differential Revision: https://reviews.llvm.org/D73493




More information about the All-commits mailing list