[all-commits] [llvm/llvm-project] d7d6cf: clang: Read the address space from the ABIArgInfo
Matt Arsenault via All-commits
all-commits at lists.llvm.org
Fri May 9 05:16:33 PDT 2025
Branch: refs/heads/users/arsenm/clang/use-getIndirectAddrSpace-not-getAllocaAddrSpace
Home: https://github.com/llvm/llvm-project
Commit: d7d6cf5acf78b63f1de18621e11f977a36f634eb
https://github.com/llvm/llvm-project/commit/d7d6cf5acf78b63f1de18621e11f977a36f634eb
Author: Matt Arsenault <Matthew.Arsenault at amd.com>
Date: 2025-05-09 (Fri, 09 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