[llvm] [MemProf] Streamline and avoid unnecessary context id duplication (PR #107918)

Snehasish Kumar via llvm-commits llvm-commits at lists.llvm.org
Tue Sep 10 08:48:43 PDT 2024


https://github.com/snehasish approved this pull request.

lgtm. 

nit: We should convert the callcontextinfo from a tuple to a struct at some point to make it easier to read the code here without having to refer to the decl. 

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


More information about the llvm-commits mailing list