[PATCH] D18077: Factor out MachineBlockPlacement::fillWorkLists. NFC

Amaury SECHET via llvm-commits llvm-commits at lists.llvm.org
Fri Mar 11 00:47:23 PST 2016


deadalnix created this revision.
deadalnix added reviewers: chandlerc, majnemer, rafael, MatzeB, escha, silvas.
deadalnix added a subscriber: llvm-commits.

There are places in MachineBlockPlacement where a worklist is filled in pretty much identical way. The code is duplicated. This refactor it so that the same code is used in both scenarii.

http://reviews.llvm.org/D18077

Files:
  lib/CodeGen/MachineBlockPlacement.cpp

-------------- next part --------------
A non-text attachment was scrubbed...
Name: D18077.50395.patch
Type: text/x-patch
Size: 3733 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20160311/b495b1fd/attachment.bin>


More information about the llvm-commits mailing list