[llvm-branch-commits] [llvm] [InstrProf] Add vtables with type metadata into symtab to look it up with GUID (PR #81051)

Mingming Liu via llvm-branch-commits llvm-branch-commits at lists.llvm.org
Mon Feb 12 13:01:59 PST 2024


minglotus-6 wrote:

> Can you pull out the part that does the refactoring into getCanonicalName and adds comments etc into a separate nfc patch, so that this one is just about adding vtables?

Sure! I'm thinking about doing the nfc patch into LLVM main branch given `getCanonicalName` simplifies `addFuncWithName` a little bit. But it should be a quick [click](https://docs.github.com/en/pull-requests/collaborating-with-pull-requests/proposing-changes-to-your-work-with-pull-requests/changing-the-base-branch-of-a-pull-request) to switch the base branch to merge a PR into at any time.

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


More information about the llvm-branch-commits mailing list