[all-commits] [llvm/llvm-project] ae4b8a: SafeStack: Respect alloca addrspace
Matt Arsenault via All-commits
all-commits at lists.llvm.org
Wed Oct 16 06:06:21 PDT 2024
Branch: refs/heads/users/arsenm/safestack-respect-alloca-addrspace
Home: https://github.com/llvm/llvm-project
Commit: ae4b8ad106a59e3384ac1fe6b99da4d8066cf99f
https://github.com/llvm/llvm-project/commit/ae4b8ad106a59e3384ac1fe6b99da4d8066cf99f
Author: Matt Arsenault <Matthew.Arsenault at amd.com>
Date: 2024-10-16 (Wed, 16 Oct 2024)
Changed paths:
M llvm/lib/CodeGen/SafeStack.cpp
M llvm/lib/CodeGen/TargetLoweringBase.cpp
A llvm/test/Transforms/SafeStack/X86/alloca-addrspace.ll
Log Message:
-----------
SafeStack: Respect alloca addrspace
Just insert addrspacecast in cases where the alloca uses a
different address space, since I don't know what else you
could possibly do.
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