[all-commits] [llvm/llvm-project] 9469fd: [Clang][AArch64] Remove const from base pointers i...

SpencerAbson via All-commits all-commits at lists.llvm.org
Thu Dec 19 06:13:25 PST 2024


  Branch: refs/heads/main
  Home:   https://github.com/llvm/llvm-project
  Commit: 9469fd24b9a377947ed7726aee671a6095d44e44
      https://github.com/llvm/llvm-project/commit/9469fd24b9a377947ed7726aee671a6095d44e44
  Author: SpencerAbson <Spencer.Abson at arm.com>
  Date:   2024-12-19 (Thu, 19 Dec 2024)

  Changed paths:
    M clang/include/clang/Basic/arm_sve.td
    M clang/include/clang/Basic/arm_sve_sme_incl.td
    M clang/test/CodeGen/AArch64/sve2p1-intrinsics/acle_sve2p1_st1_single.c

  Log Message:
  -----------
  [Clang][AArch64] Remove const from base pointers in sve2p1 stores (#120551)

This patch removes the const qualifier from the base pointer argument of
`svst1wq`/`svst1wq_vnum` and `svst1dq`/`svst1dq_vnum`, in accordance
with https://github.com/ARM-software/acle/pull/359.



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