[llvm] [memprof] Use CallStackRadixTreeBuilder in the V3 format (PR #94708)
Teresa Johnson via llvm-commits
llvm-commits at lists.llvm.org
Thu Jun 6 23:20:13 PDT 2024
================
@@ -1028,6 +1036,10 @@ class CallStackRadixTreeBuilder {
getCallStackPos() const {
----------------
teresajohnson wrote:
Can we remove getCallStackPos and replace its users with takeCallStackPos? Looks like existing callers are all unit tests where we could do this.
https://github.com/llvm/llvm-project/pull/94708
More information about the llvm-commits
mailing list