[all-commits] [llvm/llvm-project] ed2d49: [Clang][AArch64] Add fix vector types to header i...

CarolineConcatto via All-commits all-commits at lists.llvm.org
Wed Dec 13 00:59:56 PST 2023


  Branch: refs/heads/main
  Home:   https://github.com/llvm/llvm-project
  Commit: ed2d497291f0de330e27109ce21375b41597b4a4
      https://github.com/llvm/llvm-project/commit/ed2d497291f0de330e27109ce21375b41597b4a4
  Author: CarolineConcatto <caroline.concatto at arm.com>
  Date:   2023-12-13 (Wed, 13 Dec 2023)

  Changed paths:
    M clang/lib/Headers/CMakeLists.txt
    M clang/lib/Sema/SemaType.cpp
    A clang/test/CodeGen/arm-vector_type-params-returns.c
    M clang/test/Sema/aarch64-sve-intrinsics/acle_sve_target.cpp
    M clang/test/Sema/arm-vector-types-support.c
    M clang/test/SemaCUDA/neon-attrs.cu
    M clang/utils/TableGen/NeonEmitter.cpp
    M clang/utils/TableGen/SveEmitter.cpp
    M clang/utils/TableGen/TableGen.cpp
    M clang/utils/TableGen/TableGenBackends.h

  Log Message:
  -----------
  [Clang][AArch64] Add  fix vector types to header into SVE (#73258)

This patch is needed for the reduction instructions in sve2.1
 It add a new header to sve with all the fixed vector types.
  The new types are only added if neon is not declared.




More information about the All-commits mailing list