[PATCH] D67120: [PGO] Profile guided code size optimization (continued).
Hiroshi Yamauchi via Phabricator via llvm-commits
llvm-commits at lists.llvm.org
Thu Oct 10 14:34:14 PDT 2019
yamauchi added inline comments.
================
Comment at: llvm/include/llvm/Analysis/TargetTransformInfoImpl.h:118
+ unsigned &JTSize,
+ ProfileSummaryInfo *PSI,
+ BlockFrequencyInfo *BFI) {
----------------
davidxl wrote:
> Mark as unused args?
Done (note according to the comment for LLVM_ATTRIBUTE_UNUSED, a cast-to-void is preferred for unused variables.)
Repository:
rG LLVM Github Monorepo
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D67120/new/
https://reviews.llvm.org/D67120
More information about the llvm-commits
mailing list