History log of /llvm-project/llvm/test/CodeGen/AMDGPU/unnamed-function-resource-info.ll (Results 1 – 1 of 1)
Revision (<<< Hide revision tags) (Show revision tags >>>) Date Author Comments
Revision tags: llvmorg-21-init, llvmorg-19.1.7, llvmorg-19.1.6, llvmorg-19.1.5, llvmorg-19.1.4
# 7f60f131 07-Nov-2024 Janek van Oirschot <janek.vanoirschot@amd.com>

[AMDGPU] Fix resource usage information for unnamed functions (#115320)

Resource usage information would try to overwrite unnamed functions if
there are multiple within the same compilation unit. T

[AMDGPU] Fix resource usage information for unnamed functions (#115320)

Resource usage information would try to overwrite unnamed functions if
there are multiple within the same compilation unit. This aims to either
use the `MCSymbol` assigned to the unnamed function (i.e.,
`CurrentFnSym`), or, rematerialize the `MCSymbol` for the unnamed
function.

show more ...