diff options
author | Hongtao Yu <hoy@fb.com> | 2021-08-10 08:59:01 -0700 |
---|---|---|
committer | Hongtao Yu <hoy@fb.com> | 2021-08-10 18:24:39 -0700 |
commit | 78523516bc2a05a6467a7bcfd2ab04bb343d4797 (patch) | |
tree | d3cec4c4ddca746fe1cd7603722416ecf7d88cf9 /llvm/lib/Support/Signposts.cpp | |
parent | c84c5d0520159bde529a39cfa593c5948bec3747 (diff) | |
download | llvm-78523516bc2a05a6467a7bcfd2ab04bb343d4797.zip llvm-78523516bc2a05a6467a7bcfd2ab04bb343d4797.tar.gz llvm-78523516bc2a05a6467a7bcfd2ab04bb343d4797.tar.bz2 |
[CSSPGO] Do not use getCanonicalFnName in pseudo probe descriptor decoding
Pseudo probe descriptors are created very early in the pipeline where function names just come from the front end and are not yet decorated. So calling getCanonicalFnName on the function names in probe desc is basically a no-op, which also addes a depenency from MC to ProfileData unnessesarily.
Reviewed By: wenlei, wlei
Differential Revision: https://reviews.llvm.org/D107838
Diffstat (limited to 'llvm/lib/Support/Signposts.cpp')
0 files changed, 0 insertions, 0 deletions