[all-commits] [llvm/llvm-project] 2422e9: [NFC][InstrProf]Factor out getCanonicalName to com...

Mingming Liu via All-commits all-commits at lists.llvm.org
Tue Feb 13 10:49:48 PST 2024


  Branch: refs/heads/main
  Home:   https://github.com/llvm/llvm-project
  Commit: 2422e969bf0a05b9b5cb4a6233a5f8dd335c2de5
      https://github.com/llvm/llvm-project/commit/2422e969bf0a05b9b5cb4a6233a5f8dd335c2de5
  Author: Mingming Liu <mingmingl at google.com>
  Date:   2024-02-13 (Tue, 13 Feb 2024)

  Changed paths:
    M llvm/include/llvm/ProfileData/InstrProf.h
    M llvm/lib/ProfileData/InstrProf.cpp

  Log Message:
  -----------
  [NFC][InstrProf]Factor out getCanonicalName to compute the canonical name given a pgo name. (#81547)

- Also update the `InstrProf::addFuncWithName` to call the newly added
`getCanonicalName`.




More information about the All-commits mailing list