[all-commits] [llvm/llvm-project] 4a1cda: clang: Read the address space from the ABIArgInfo

Matt Arsenault via All-commits all-commits at lists.llvm.org
Wed May 7 22:54:33 PDT 2025


  Branch: refs/heads/users/arsenm/clang/use-getIndirectAddrSpace-not-getAllocaAddrSpace
  Home:   https://github.com/llvm/llvm-project
  Commit: 4a1cda956b007b112584f60390162a1cf89f3587
      https://github.com/llvm/llvm-project/commit/4a1cda956b007b112584f60390162a1cf89f3587
  Author: Matt Arsenault <Matthew.Arsenault at amd.com>
  Date:   2025-05-08 (Thu, 08 May 2025)

  Changed paths:
    M clang/lib/CodeGen/CGCall.cpp

  Log Message:
  -----------
  clang: Read the address space from the ABIArgInfo

Do not assume it's the alloca address space, we have an explicit
address space to use for the argument already. Also use the original
value's type instead of assuming DefaultAS.



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