[all-commits] [llvm/llvm-project] 385992: [AArch64][SME2] Add multi-vector floating point mi...

kmclaughlin-arm via All-commits all-commits at lists.llvm.org
Tue Feb 7 03:11:14 PST 2023


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

  Changed paths:
    M llvm/include/llvm/IR/IntrinsicsAArch64.td
    M llvm/lib/Target/AArch64/AArch64ISelDAGToDAG.cpp
    M llvm/test/CodeGen/AArch64/sme2-intrinsics-max.ll
    M llvm/test/CodeGen/AArch64/sme2-intrinsics-min.ll

  Log Message:
  -----------
  [AArch64][SME2] Add multi-vector floating point min/max number intrinsics

Adds IR intrinsics for the following SME2 instructions:
 - fmaxnm/fminnm (single, 2 & 4 vector)
 - fmaxnm/fminnm (multi, 2 & 4 vector)

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

Reviewed By: david-arm

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




More information about the All-commits mailing list