[llvm-branch-commits] [llvm] [compiler-rt] [ThinLTO][TypeProfiling]Add annotated vtable GUID as referenced variables in per function summary, and update bitcode writer to create value-ids for these referenced vtables (PR #79234)

Mingming Liu via llvm-branch-commits llvm-branch-commits at lists.llvm.org
Tue Jan 23 16:40:04 PST 2024


https://github.com/minglotus-6 created https://github.com/llvm/llvm-project/pull/79234

- This is the part3 of type profiling work, and described in https://github.com/llvm/llvm-project/pull/79233.
- The pull request depens on part 2 which introduces the new value type (https://github.com/llvm/llvm-project/pull/66825)

Test Plan: llvm regression rest. The code is also tested on WSC workloads.





More information about the llvm-branch-commits mailing list