[all-commits] [llvm/llvm-project] 1003f5: [Clang][AArch64] Use 'uint64_t*' for _arm_get_sme_...

Sander de Smalen via All-commits all-commits at lists.llvm.org
Wed Jun 19 08:39:07 PDT 2024


  Branch: refs/heads/main
  Home:   https://github.com/llvm/llvm-project
  Commit: 1003f5b93e0ab0518e285b861573181942e41930
      https://github.com/llvm/llvm-project/commit/1003f5b93e0ab0518e285b861573181942e41930
  Author: Sander de Smalen <sander.desmalen at arm.com>
  Date:   2024-06-19 (Wed, 19 Jun 2024)

  Changed paths:
    M clang/include/clang/Basic/BuiltinsAArch64.def
    A clang/test/CodeGen/aarch64-sme-intrinsics/acle_sme_state_builtin.c

  Log Message:
  -----------
  [Clang][AArch64] Use 'uint64_t*' for _arm_get_sme_state builtin. (#95982)

Depending on the platform, the parameter for __arm_get_sme_state
requires a `unsigned long long*` instead of a `unsigned long*`.

>From ASTContext.cpp:

  case 'W':
    // This modifier represents int64 type.



To unsubscribe from these emails, change your notification settings at https://github.com/llvm/llvm-project/settings/notifications


More information about the All-commits mailing list