[llvm] [MemProf] Disable promotion to function declarations by default (PR #192335)
Teresa Johnson via llvm-commits
llvm-commits at lists.llvm.org
Thu Apr 16 11:08:22 PDT 2026
teresajohnson wrote:
It sounds like the new metadata is violating the assumptions of ThinLTO dead symbol analysis. We drop the symbols marked dead in the index based on global analysis, but the metadata is still referencing them, which leads to bad assumptions later when those declarations still exist in the IR. Presumably they became dead after earlier inlining? I don't know much about the new metadata.
https://github.com/llvm/llvm-project/pull/192335
More information about the llvm-commits
mailing list