[llvm-branch-commits] [llvm] [AMDGPU] Add `.amdgpu.info` section for per-function metadata (PR #192384)

Shilei Tian via llvm-branch-commits llvm-branch-commits at lists.llvm.org
Thu Apr 16 16:54:53 PDT 2026


================
@@ -553,6 +697,9 @@ bool AMDGPUAsmPrinter::doFinalization(Module &M) {
     }
   }
 
+  // Emit unified .amdgpu.callgraph section (call graph + resource usage).
----------------
shiltian wrote:

Good catch. That was some leftover of previous design.

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


More information about the llvm-branch-commits mailing list