[llvm] SafeStack: Respect alloca addrspace (PR #112536)

Matt Arsenault via llvm-commits llvm-commits at lists.llvm.org
Fri Oct 25 17:13:12 PDT 2024


arsenm wrote:

> Maybe just fatal error if address space of PointerType::getUnqual != DL.getAllocaPtrType?

That would defeat the point. It does produce an error if the realized __safestack_unsafe_stack_ptr type is wrong, test added



https://github.com/llvm/llvm-project/pull/112536


More information about the llvm-commits mailing list