[llvm] [IR] Handle `.__uniq.` in `getGlobalIndentifier` for local linkage objects (PR #98163)
Mingming Liu via llvm-commits
llvm-commits at lists.llvm.org
Wed Jul 10 15:12:22 PDT 2024
================
@@ -1091,18 +1091,14 @@ class FunctionSamples {
return getCanonicalFnName(F.getName(), Attr);
}
- /// Name suffixes which canonicalization should handle to avoid
----------------
minglotus-6 wrote:
pretty much a drive-by comment: preserve the comments (handle name to avoid profile mismatches) in a way
https://github.com/llvm/llvm-project/pull/98163
More information about the llvm-commits
mailing list