[all-commits] [llvm/llvm-project] f888e7: [Clang][SME2] Add multi-vector zip & unzip builtin...

Kerry McLaughlin via All-commits all-commits at lists.llvm.org
Mon Dec 18 08:38:50 PST 2023


  Branch: refs/heads/main
  Home:   https://github.com/llvm/llvm-project
  Commit: f888e739d3247d09e287e4642ef85c1f9bb1ce43
      https://github.com/llvm/llvm-project/commit/f888e739d3247d09e287e4642ef85c1f9bb1ce43
  Author: Kerry McLaughlin <kerry.mclaughlin at arm.com>
  Date:   2023-12-18 (Mon, 18 Dec 2023)

  Changed paths:
    M clang/include/clang/Basic/arm_sve.td
    A clang/test/CodeGen/aarch64-sme2-intrinsics/acle_sme2_vector_uzpx2.c
    A clang/test/CodeGen/aarch64-sme2-intrinsics/acle_sme2_vector_uzpx4.c
    A clang/test/CodeGen/aarch64-sme2-intrinsics/acle_sme2_vector_zipx2.c
    A clang/test/CodeGen/aarch64-sme2-intrinsics/acle_sme2_vector_zipx4.c

  Log Message:
  -----------
  [Clang][SME2] Add multi-vector zip & unzip builtins (#74841)

Adds the following SME2 builtins:
 - svzip (x2 & x4)
 - svzipq (x2 & x4)
 - svuzp (x2 & x4)
 - svuzpq (x2 & x4)

See https://github.com/ARM-software/acle/pull/217/files

Patch by David Sherwood <david.sherwood at arm.com>




More information about the All-commits mailing list