[PATCH] D67120: [PGO] Profile guided code size optimization (continued).
David Li via Phabricator via llvm-commits
llvm-commits at lists.llvm.org
Tue Oct 1 11:46:06 PDT 2019
davidxl added a comment.
This patch should add test cases for each affected codegen passes.
================
Comment at: llvm/include/llvm/Analysis/TargetTransformInfoImpl.h:118
+ unsigned &JTSize,
+ ProfileSummaryInfo *PSI,
+ BlockFrequencyInfo *BFI) {
----------------
Mark as unused args?
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