[PATCH] D65506: [MachineScheduler] improve reuse of 'releaseNode'method

Lorenzo Casalino via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Fri Dec 6 01:45:38 PST 2019


DoktorC updated this revision to Diff 232511.
DoktorC added a comment.

- Revert Pending queue exploration to pre-patch behavior (from the beginning). It was source of failure for 3 tests.
- Fix missing `MinReadyCycle` assignment in `releaseNode`. It was source of `MinReadyCycle uninitialized` assertion error.


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

https://reviews.llvm.org/D65506

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

-------------- next part --------------
A non-text attachment was scrubbed...
Name: D65506.232511.patch
Type: text/x-patch
Size: 3353 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20191206/9e8ed9f8/attachment.bin>


More information about the llvm-commits mailing list