summaryrefslogtreecommitdiffstats
path: root/llvm/lib/Target/PowerPC/CMakeLists.txt
diff options
context:
space:
mode:
authorQingShan Zhang <qshanz@cn.ibm.com>2019-03-27 03:50:16 +0000
committerQingShan Zhang <qshanz@cn.ibm.com>2019-03-27 03:50:16 +0000
commit5321dcd608a1d9b1b172b33838f1cfd29e0fed10 (patch)
treedb395673aef535641d46eebf839f943268cd8b61 /llvm/lib/Target/PowerPC/CMakeLists.txt
parent06cdd7e48862b926d453447d051aff518b3205a8 (diff)
downloadbcm5719-llvm-5321dcd608a1d9b1b172b33838f1cfd29e0fed10.tar.gz
bcm5719-llvm-5321dcd608a1d9b1b172b33838f1cfd29e0fed10.zip
[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
Diffstat (limited to 'llvm/lib/Target/PowerPC/CMakeLists.txt')
-rw-r--r--llvm/lib/Target/PowerPC/CMakeLists.txt1
1 files changed, 1 insertions, 0 deletions
diff --git a/llvm/lib/Target/PowerPC/CMakeLists.txt b/llvm/lib/Target/PowerPC/CMakeLists.txt
index c6909202d1b..2df8666e50f 100644
--- a/llvm/lib/Target/PowerPC/CMakeLists.txt
+++ b/llvm/lib/Target/PowerPC/CMakeLists.txt
@@ -32,6 +32,7 @@ add_llvm_target(PowerPCCodeGen
PPCLoopPreIncPrep.cpp
PPCMCInstLower.cpp
PPCMachineFunctionInfo.cpp
+ PPCMachineScheduler.cpp
PPCMIPeephole.cpp
PPCRegisterInfo.cpp
PPCQPXLoadSplat.cpp
OpenPOWER on IntegriCloud