[llvm] [AMDGPU] SplitModule: Better handling of aliases & inline assembly (PR #106528)

Matt Arsenault via llvm-commits llvm-commits at lists.llvm.org
Thu Aug 29 08:18:35 PDT 2024


https://github.com/arsenm commented:

Other optimizations already redirect calls to aliases to direct calls, so I don't think this pass should have to put in the effort to also do the same. I think GlobalOpt? 

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


More information about the llvm-commits mailing list