[llvm] [AMDGPU] SplitModule: Better handling of aliases & inline assembly (PR #106528)
Juan Manuel Martinez CaamaƱo via llvm-commits
llvm-commits at lists.llvm.org
Thu Aug 29 04:56:33 PDT 2024
jmmartinez wrote:
Would it make sense to replace the alias uses by the aliased global instead ? Such that all references (or at least the calls) inside a module point directly to the actual global and not to the alias.
https://github.com/llvm/llvm-project/pull/106528
More information about the llvm-commits
mailing list