[PATCH] D59284: [NFC][PowerPC] Custom PowerPC specific machine-scheduler

Qing Shan Zhang via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Tue Mar 12 19:28:54 PDT 2019


steven.zhang created this revision.
steven.zhang added reviewers: jsji, nemanjai, kbarton, stefanp, hfinkel.
Herald added subscribers: javed.absar, hiraditya, mgorny, MatzeB.
Herald added a project: LLVM.

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.


https://reviews.llvm.org/D59284

Files:
  llvm/lib/Target/PowerPC/CMakeLists.txt
  llvm/lib/Target/PowerPC/PPC.td
  llvm/lib/Target/PowerPC/PPCMachineScheduler.cpp
  llvm/lib/Target/PowerPC/PPCMachineScheduler.h
  llvm/lib/Target/PowerPC/PPCSubtarget.cpp
  llvm/lib/Target/PowerPC/PPCSubtarget.h
  llvm/lib/Target/PowerPC/PPCTargetMachine.cpp

-------------- next part --------------
A non-text attachment was scrubbed...
Name: D59284.190372.patch
Type: text/x-patch
Size: 8367 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20190313/46cdb4b3/attachment.bin>


More information about the llvm-commits mailing list