[PATCH] D61248: [NFC] Add the infrastructure to forward the scheduled state between MBB

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


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

Forward the scheduled state from the single pred MBB, as they are belong to the the same window from pipeline view.


https://reviews.llvm.org/D61248

Files:
  llvm/include/llvm/CodeGen/MachineScheduler.h
  llvm/include/llvm/CodeGen/TargetSubtargetInfo.h
  llvm/lib/CodeGen/MachineScheduler.cpp
  llvm/lib/Target/SystemZ/SystemZMachineScheduler.h
  llvm/lib/Target/SystemZ/SystemZSubtarget.h

-------------- next part --------------
A non-text attachment was scrubbed...
Name: D61248.197051.patch
Type: text/x-patch
Size: 5544 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20190429/c55b54b9/attachment.bin>


More information about the llvm-commits mailing list