[llvm] [AMDGPU] Change scope of resource usage info symbols (PR #114810)
Matt Arsenault via llvm-commits
llvm-commits at lists.llvm.org
Thu Nov 7 08:55:27 PST 2024
arsenm wrote:
> I'm wondering what the best way to handle this would be. My guess would be a struct of metadata per function, then we emit that something in the ELF (Maybe a separate section). Then we can probably re-use the profile call-graph support to just create edges between functions and look up their metadata.
This is how I assume it would work
https://github.com/llvm/llvm-project/pull/114810
More information about the llvm-commits
mailing list