[all-commits] [llvm/llvm-project] fc35ad: [Clang][SME2] Add single and multi min/max by vect...

Sam Tebbs via All-commits all-commits at lists.llvm.org
Thu Nov 16 06:25:22 PST 2023


  Branch: refs/heads/main
  Home:   https://github.com/llvm/llvm-project
  Commit: fc35ad06285d65bc3c68dc7bb6454e69f603bb7b
      https://github.com/llvm/llvm-project/commit/fc35ad06285d65bc3c68dc7bb6454e69f603bb7b
  Author: Sam Tebbs <samuel.tebbs at arm.com>
  Date:   2023-11-16 (Thu, 16 Nov 2023)

  Changed paths:
    M clang/include/clang/Basic/arm_sve.td
    A clang/test/CodeGen/aarch64-sme2-intrinsics/acle_sme2_maxnm.c
    A clang/test/CodeGen/aarch64-sme2-intrinsics/acle_sme2_minnm.c

  Log Message:
  -----------
  [Clang][SME2] Add single and multi min/max by vector builtins (#71707)

Adds the following SME2 builtins:

svminnm_single_f(16|32|64)_x(2|4)
svminnm_f(16|32|64)_x(2|4)
svmaxnm_single_f(16|32|64)_x(2|4)
svmaxnm_f(16|32|64)_x(2|4)

See
[ARM-software/acle#217](https://github.com/ARM-software/acle/pull/217)

Patch by: Kerry McLaughlin <kerry.mclaughlin at arm.com>




More information about the All-commits mailing list