Files
clang-p2996/llvm/lib/Target/AMDGPU/AMDGPUMCResourceInfo.cpp
Janek van Oirschot 7f60f1312a [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.
2024-11-07 18:24:54 +00:00

9.5 KiB