[all-commits] [llvm/llvm-project] a9df62: [SME2][AArch64] Add multi-indexed multiply-add lon...

kmclaughlin-arm via All-commits all-commits at lists.llvm.org
Mon Feb 27 05:59:18 PST 2023


  Branch: refs/heads/main
  Home:   https://github.com/llvm/llvm-project
  Commit: a9df62705085a96acee624ddba24c7e8bf8aca6e
      https://github.com/llvm/llvm-project/commit/a9df62705085a96acee624ddba24c7e8bf8aca6e
  Author: Kerry McLaughlin <kerry.mclaughlin at arm.com>
  Date:   2023-02-27 (Mon, 27 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-indexed multiply-add long long intrinsics

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

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

Reviewed By: david-arm

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




More information about the All-commits mailing list