[all-commits] [llvm/llvm-project] 200a92: [Clang][SVE2.1] Add builtins and intrinsics for SV...

CarolineConcatto via All-commits all-commits at lists.llvm.org
Thu Oct 19 09:45:23 PDT 2023


  Branch: refs/heads/main
  Home:   https://github.com/llvm/llvm-project
  Commit: 200a92520c255c20c916c11e9c240f07b9218380
      https://github.com/llvm/llvm-project/commit/200a92520c255c20c916c11e9c240f07b9218380
  Author: Caroline Concatto <caroline.concatto at arm.com>
  Date:   2023-10-19 (Thu, 19 Oct 2023)

  Changed paths:
    M clang/include/clang/Basic/arm_sve.td
    M clang/include/clang/Basic/arm_sve_sme_incl.td
    A clang/test/CodeGen/aarch64-sve2p1-intrinsics/acle_sve2p1_bfmlsl.c
    M clang/utils/TableGen/SveEmitter.cpp
    M llvm/include/llvm/IR/IntrinsicsAArch64.td
    M llvm/lib/Target/AArch64/AArch64SVEInstrInfo.td
    A llvm/test/CodeGen/AArch64/sve2p1-intrinsics-bfmls.ll

  Log Message:
  -----------
  [Clang][SVE2.1] Add builtins and intrinsics for SVBFMLSLB/T

As described in: https://github.com/ARM-software/acle/pull/257

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

Reviewed By: david-arm

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




More information about the All-commits mailing list