[PATCH] D108350: [CSSPGO] Use probe inline tree to track zero size fully optimized context for pre-inliner
Wenlei He via Phabricator via llvm-commits
llvm-commits at lists.llvm.org
Tue Aug 24 17:07:07 PDT 2021
wenlei added inline comments.
================
Comment at: llvm/include/llvm/Transforms/IPO/SampleContextTracker.h:84
// Function size for current context
uint32_t FuncSize;
----------------
hoy wrote:
> Use `Optional` for this field?
Sounds good, changed.
Repository:
rG LLVM Github Monorepo
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D108350/new/
https://reviews.llvm.org/D108350
More information about the llvm-commits
mailing list