[llvm] [lld] [InstrProf] No linkage prefixes in IRPGO names (PR #76994)

Mingming Liu via llvm-commits llvm-commits at lists.llvm.org
Thu Jan 4 12:31:22 PST 2024


https://github.com/minglotus-6 commented:

Thanks for the fix! Overall the approach looks good. 

Just to confirm my understanding, will the profile data flow be something like this with this approach?
* raw profiles -> `llvm-profdata order` -> `<new-post-processing> which does rename by combining linkage information` -> output used in `-order_file`


https://github.com/llvm/llvm-project/pull/76994


More information about the llvm-commits mailing list