Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Revert r254647. | Easwaran Raman | 2015-12-12 | 1 | -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 mode | Easwaran Raman | 2015-12-12 | 1 | -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 |