diff options
author | Lei Wang <wlei@fb.com> | 2025-03-24 10:11:55 -0700 |
---|---|---|
committer | GitHub <noreply@github.com> | 2025-03-24 10:11:55 -0700 |
commit | 8f3f93cd78cfbf1dea349be2eef98802da8ad929 (patch) | |
tree | a18de90fb0b6d0a593e5020cefde02ddd3aa9ea9 /llvm/docs/CommandGuide | |
parent | 02ed65912ea36ddbb280c959eebb5df129fa3dfa (diff) | |
download | llvm-8f3f93cd78cfbf1dea349be2eef98802da8ad929.zip llvm-8f3f93cd78cfbf1dea349be2eef98802da8ad929.tar.gz llvm-8f3f93cd78cfbf1dea349be2eef98802da8ad929.tar.bz2 |
[SampleFDO] Match functions with the same base function name (#126688)
Sometimes, there may be no matched anchors but the functions still
match. e.g. if the function’s template typename changes, all the
callsites that use the type are mismatched and the caller function that
contains those callsite are mismatched. Introduce a check to match the
functions if their demangled base names are the same.
Diffstat (limited to 'llvm/docs/CommandGuide')
0 files changed, 0 insertions, 0 deletions