| commit | 5321dcd608a1d9b1b172b33838f1cfd29e0fed10 | [log] [tgz] |
|---|---|---|
| author | QingShan Zhang <qshanz@cn.ibm.com> | Wed Mar 27 03:50:16 2019 +0000 |
| committer | QingShan Zhang <qshanz@cn.ibm.com> | Wed Mar 27 03:50:16 2019 +0000 |
| tree | db395673aef535641d46eebf839f943268cd8b61 | |
| parent | 06cdd7e48862b926d453447d051aff518b3205a8 [diff] |
[NFC][PowerPC] Custom PowerPC specific machine-scheduler 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