[llvm] [AMDGPU][ASAN] Move infer-address-spaces before amdgpu-sw-lower-lds in pass pipeline (PR #120375)

via llvm-commits llvm-commits at lists.llvm.org
Fri Dec 27 08:31:05 PST 2024


skc7 wrote:

> "amdgpu-sw-lower-lds" pass instruments memory operations on addrspace(3) ptrs.

Hi @arsenm Thanks for the input. I agree sw-lowering pass shouldn't depend on prior infer-addrspaces pass to be run. 
Have tried a new patch PR #121214 which handles the extra addrspace casts in the pass itself.

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


More information about the llvm-commits mailing list