[PATCH] D95547: [CSSPGO] Support of CS profiles in extended binary format.
Wei Mi via Phabricator via llvm-commits
llvm-commits at lists.llvm.org
Wed Jan 27 16:32:37 PST 2021
wmi added inline comments.
================
Comment at: llvm/include/llvm/ProfileData/SampleProf.h:442
bool isBaseContext() const { return CallingContext.empty(); }
StringRef getName() const { return Name; }
StringRef getCallingContext() const { return CallingContext; }
----------------
hoy wrote:
> wmi wrote:
> > Nit: I feel getNameWithoutContext is more straightforward.
> you mean for the `getName` function?
Yes.
Repository:
rG LLVM Github Monorepo
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D95547/new/
https://reviews.llvm.org/D95547
More information about the llvm-commits
mailing list