[all-commits] [llvm/llvm-project] 4ed205: [PGO][PGSO] Enable profile guided size optimizatio...
hjyamauchi via All-commits
all-commits at lists.llvm.org
Thu Feb 6 10:29:25 PST 2020
Branch: refs/heads/master
Home: https://github.com/llvm/llvm-project
Commit: 4ed205c816e9a34de938525b28d6151adf912fe1
https://github.com/llvm/llvm-project/commit/4ed205c816e9a34de938525b28d6151adf912fe1
Author: Hiroshi Yamauchi <yamauchi at google.com>
Date: 2020-02-06 (Thu, 06 Feb 2020)
Changed paths:
M llvm/lib/Transforms/Utils/SizeOpts.cpp
Log Message:
-----------
[PGO][PGSO] Enable profile guided size optimization for non-cold code under instrumentation PGO.
Summary:
This enables it for large working set size cases only.
This does not enable it under sample PGO.
Reviewers: davidxl
Subscribers: hiraditya, llvm-commits
Tags: #llvm
Differential Revision: https://reviews.llvm.org/D74073
More information about the All-commits
mailing list