Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | [Power9] Add a specific heuristic to schedule the addi before the load | QingShan Zhang | 2019-05-24 | 1 | -0/+7 |
| | | | | | | | | | | When we are scheduling the load and addi, if all other heuristic didn't take effect, we will try to schedule the addi before the load, to hide the latency, and avoid the true dependency added by RA. And this only take effects for Power9. Differential Revision: https://reviews.llvm.org/D61930 llvm-svn: 361600 | ||||
* | [NFC][PowerPC] Custom PowerPC specific machine-scheduler | QingShan Zhang | 2019-03-27 | 1 | -0/+42 |
This patch lays the groundwork for extending the generic machine scheduler by providing a PPC-specific implementation. There are no functional changes as this is an incremental patch that simply provides the necessary overrides which just encapsulate the behavior of the generic scheduler. Subsequent patches will add specific behavior. Differential Revision: https://reviews.llvm.org/D59284 llvm-svn: 357047 |