[PATCH] D61250: [PowerPC] Forward the scheduling state for PowerPC target

Qing Shan Zhang via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Sun Apr 28 19:54:47 PDT 2019


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

The patch https://reviews.llvm.org/D61248 add the scheduling state forward infrastructure, and the patch https://reviews.llvm.org/D59480 add the sched state structure to keep the scheduling state. This patch bases on these two patches, and enable the scheduling state forward for PostGenericScheduler.
Then, enable it for powerpc target.


https://reviews.llvm.org/D61250

Files:
  llvm/include/llvm/CodeGen/MachineScheduler.h
  llvm/lib/CodeGen/MachineScheduler.cpp
  llvm/lib/Target/PowerPC/PPCSubtarget.h

-------------- next part --------------
A non-text attachment was scrubbed...
Name: D61250.197053.patch
Type: text/x-patch
Size: 5194 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20190429/44b70687/attachment.bin>


More information about the llvm-commits mailing list