- Distinguish between partial-profile and non-partial-profile sample PGO.
- Add a flag for partial-profile sample PGO.
- Tune the sample PGO cutoff.
- No default behavior change (yet).
Details
Details
Diff Detail
Diff Detail
- Repository
- rG LLVM Github Monorepo
Event Timeline
llvm/include/llvm/Transforms/Utils/SizeOpts.h | ||
---|---|---|
43 | make the function name consistent with options: PGSOCodeCodeOnly(..)? |
Comment Actions
Address comment.
llvm/include/llvm/Transforms/Utils/SizeOpts.h | ||
---|---|---|
43 | Done. Renamed to isPGSOColdCodeOnly (PGSOColdCodeOnly would conflict with the flag name.) |
make the function name consistent with options: PGSOCodeCodeOnly(..)?