[all-commits] [llvm/llvm-project] 028c72: [SME2][AArch64] Add multi-multi multiply-add long ...

kmclaughlin-arm via All-commits all-commits at lists.llvm.org
Mon Feb 20 06:02:21 PST 2023


  Branch: refs/heads/main
  Home:   https://github.com/llvm/llvm-project
  Commit: 028c722ac8ea65db0cf24e77629644a5c6f322c5
      https://github.com/llvm/llvm-project/commit/028c722ac8ea65db0cf24e77629644a5c6f322c5
  Author: Kerry McLaughlin <kerry.mclaughlin at arm.com>
  Date:   2023-02-20 (Mon, 20 Feb 2023)

  Changed paths:
    M llvm/include/llvm/IR/IntrinsicsAArch64.td
    M llvm/lib/Target/AArch64/AArch64SMEInstrInfo.td
    M llvm/lib/Target/AArch64/SMEInstrFormats.td
    M llvm/test/CodeGen/AArch64/sme2-intrinsics-mlall.ll

  Log Message:
  -----------
  [SME2][AArch64] Add multi-multi multiply-add long long intrinsics

Adds intrinsics for the following SME2 instructions (2 & 4 vectors):
 - smlall
 - smlsll
 - umlall
 - umlsll
 - usmlall

NOTE: These intrinsics are still in development and are subject to future changes.

Reviewed By: david-arm

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




More information about the All-commits mailing list