[PATCH] D59480: [NFC] Add SchedState to allow forwarding the Scheduling state between MBB

Qing Shan Zhang via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Mon Jun 17 22:51:20 PDT 2019


steven.zhang updated this revision to Diff 205257.
steven.zhang marked 3 inline comments as done.
steven.zhang added a comment.

Address reviewer's comments.

- Move the ctor to the header.
- Declare the SchedState as "class" instead of "struct" (Is it ok?).
- Rebase the patch to master and resolve the conflict.


CHANGES SINCE LAST ACTION
  https://reviews.llvm.org/D59480/new/

https://reviews.llvm.org/D59480

Files:
  llvm/include/llvm/CodeGen/MachineScheduler.h
  llvm/lib/CodeGen/MachineScheduler.cpp

-------------- next part --------------
A non-text attachment was scrubbed...
Name: D59480.205257.patch
Type: text/x-patch
Size: 23576 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20190618/1c29e333/attachment.bin>


More information about the llvm-commits mailing list