[llvm] [AMDGPU] Propagate amdgpu-agpr-alloc to ASan runtime calls in SwLowerLDS (PR #195915)

Matt Arsenault via llvm-commits llvm-commits at lists.llvm.org
Wed May 6 10:39:25 PDT 2026


https://github.com/arsenm commented:

This doesn't sound right. You're introducing a call to an external function, which needs to have compatible attributes to start. As far as the attributor is concerned, it shouldn't have introduced the attributes if there was a possibility of introducing these sanitizer calls 

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


More information about the llvm-commits mailing list