[PATCH] D54176: [PGO] clang part of change for context-sensitive PGO.
David Li via Phabricator via cfe-commits
cfe-commits at lists.llvm.org
Mon Mar 4 08:34:08 PST 2019
davidxl added inline comments.
================
Comment at: docs/UsersManual.rst:1792
+ The profile generated by ``-fcs-profile-generate`` and ``-fprofile-generate``
+ can be merged by llvm-profdata.
+
----------------
Please add a use example to show the typical flow with this option (both gen and use phases -- including llvm-profdata step).
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D54176/new/
https://reviews.llvm.org/D54176
More information about the cfe-commits
mailing list