| commit | 6ad3d05b681b36f6ecc98523257d154053e4116d | [log] [tgz] |
|---|---|---|
| author | Matthias Braun <matze@braunis.de> | Sat Jun 25 00:23:00 2016 +0000 |
| committer | Matthias Braun <matze@braunis.de> | Sat Jun 25 00:23:00 2016 +0000 |
| tree | 24b369fa9b80c5e05322ab4eb95e2a64816f55b4 | |
| parent | 62f19e700d3126415bb443162501eefe22cf1811 [diff] |
MachineScheduler: Fully compare top/bottom candidates In bidirectional scheduling this gives more stable results than just comparing the "reason" fields of the top/bottom node because the reason field may be higher depending on what other nodes are in the queue. Differential Revision: http://reviews.llvm.org/D19401 llvm-svn: 273755