summaryrefslogtreecommitdiffstats
path: root/clang/test/CodeGen/pgo-max-function-count.c
Commit message (Collapse)AuthorAgeFilesLines
* Revert r254647.Easwaran Raman2015-12-121-9/+0
| | | | | | | | Reason: The testcase fails in many architectures. Differential Revision: http://reviews.llvm.org/D15163 llvm-svn: 255416
* Attach maximum function count to Module when using PGO modeEaswaran Raman2015-12-121-0/+9
This sets the maximum entry count among all functions in the program to the module using module flags. This allows the optimizer to use this information. Differential Revision: http://reviews.llvm.org/D15163 llvm-svn: 255397
OpenPOWER on IntegriCloud