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

kmclaughlin-arm via All-commits all-commits at lists.llvm.org
Thu Feb 16 05:13:29 PST 2023


  Branch: refs/heads/main
  Home:   https://github.com/llvm/llvm-project
  Commit: ba23bca0a83d71da0544fb437e32ffb57a9568b7
      https://github.com/llvm/llvm-project/commit/ba23bca0a83d71da0544fb437e32ffb57a9568b7
  Author: Kerry McLaughlin <kerry.mclaughlin at arm.com>
  Date:   2023-02-16 (Thu, 16 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
    A llvm/test/CodeGen/AArch64/sme2-intrinsics-mlall.ll

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

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

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

Reviewed By: david-arm

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




More information about the All-commits mailing list