[PATCH] D87338: [Driver][PGO] Driver support for de-Optimizing cold functions (PATCH 2/2)
Min-Yih Hsu via Phabricator via cfe-commits
cfe-commits at lists.llvm.org
Wed Sep 9 17:16:32 PDT 2020
myhsu updated this revision to Diff 290849.
myhsu edited the summary of this revision.
myhsu added a comment.
Unified driver options from "-fprofile-deopt-cold-*" into "-fprofile-omit-cold-opt" and "-fprofile-omit-cold-opt=<percentage>". Where the former one is just a shorthand of "-fprofile-omit-cold-opt=0"
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D87338/new/
https://reviews.llvm.org/D87338
Files:
clang/docs/ClangCommandLineReference.rst
clang/include/clang/Driver/Options.td
clang/lib/Driver/ToolChains/Clang.cpp
clang/lib/Driver/ToolChains/CommonArgs.cpp
clang/test/Driver/gold-lto-omit-cold-opt.c
clang/test/Driver/omit-cold-opt.c
-------------- next part --------------
A non-text attachment was scrubbed...
Name: D87338.290849.patch
Type: text/x-patch
Size: 6017 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/cfe-commits/attachments/20200910/99798abd/attachment.bin>
More information about the cfe-commits
mailing list