[PATCH] D126434: [PseudoProbe] Use callee name as callsite identfier for MCDecodedPseudoProbeInlineTree.
Wenlei He via Phabricator via llvm-commits
llvm-commits at lists.llvm.org
Wed Jun 8 00:29:23 PDT 2022
wenlei added inline comments.
================
Comment at: llvm/lib/MC/MCPseudoProbe.cpp:576
return nullptr;
- return getFuncDescForGUID(std::get<0>(InlinerNode->ISite));
+ return getFuncDescForGUID(InlinerNode->Parent->Guid);
}
----------------
is `std::get<0>(xx->ISite)` equivalent to `xx->Parent->Guid`?
Repository:
rG LLVM Github Monorepo
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D126434/new/
https://reviews.llvm.org/D126434
More information about the llvm-commits
mailing list