[all-commits] [llvm/llvm-project] b572d9: [llvm][sve] Intrinsics for SVE sudot and usdot ins...

Francesco Petrogalli via All-commits all-commits at lists.llvm.org
Mon May 18 15:04:38 PDT 2020


  Branch: refs/heads/master
  Home:   https://github.com/llvm/llvm-project
  Commit: b572d9b1a73fad9b6fd3b465aaba48a7c8d8c0bd
      https://github.com/llvm/llvm-project/commit/b572d9b1a73fad9b6fd3b465aaba48a7c8d8c0bd
  Author: Francesco Petrogalli <francesco.petrogalli at arm.com>
  Date:   2020-05-18 (Mon, 18 May 2020)

  Changed paths:
    M llvm/include/llvm/IR/IntrinsicsAArch64.td
    M llvm/lib/Target/AArch64/AArch64SVEInstrInfo.td
    M llvm/lib/Target/AArch64/SVEInstrFormats.td
    M llvm/test/CodeGen/AArch64/sve-intrinsics-matmul-int8.ll

  Log Message:
  -----------
  [llvm][sve] Intrinsics for SVE sudot and usdot instructions.

Summary:
This patch adds IR intrinsics for the mnemonics USDOT and SUDOT of the
8.6 extension of Armv8-a.

Reviewers: sdesmalen, efriedma, david-arm

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

Tags: #llvm

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




More information about the All-commits mailing list