[all-commits] [llvm/llvm-project] a5d3ca: [llvm-profgen] Turn off cold context trimming by d...
WenleiHe via All-commits
all-commits at lists.llvm.org
Thu Sep 2 12:29:35 PDT 2021
Branch: refs/heads/main
Home: https://github.com/llvm/llvm-project
Commit: a5d3cac0336b7318a4b0c1fb4a0b76e991630be6
https://github.com/llvm/llvm-project/commit/a5d3cac0336b7318a4b0c1fb4a0b76e991630be6
Author: Wenlei He <aktoon at gmail.com>
Date: 2021-09-02 (Thu, 02 Sep 2021)
Changed paths:
M llvm/tools/llvm-profgen/ProfileGenerator.cpp
Log Message:
-----------
[llvm-profgen] Turn off cold context trimming by default
We merge cold context by default to save profile size. However trimming cold context after merging doesn't save size much, so default to off to reflect how it's commonly used.
Differential Revision: https://reviews.llvm.org/D109166
More information about the All-commits
mailing list