[PATCH] D21866: [ADT] Add a new data structure for managing a priority worklist where re-insertion of entries into the worklist moves them to the end.

Chandler Carruth via llvm-commits llvm-commits at lists.llvm.org
Wed Jun 29 16:56:08 PDT 2016


chandlerc updated this revision to Diff 62316.
chandlerc added a comment.

Updates based on code review feedback.


http://reviews.llvm.org/D21866

Files:
  include/llvm/ADT/PriorityWorklist.h
  unittests/ADT/CMakeLists.txt
  unittests/ADT/PriorityWorklistTest.cpp

-------------- next part --------------
A non-text attachment was scrubbed...
Name: D21866.62316.patch
Type: text/x-patch
Size: 10396 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20160629/18677073/attachment.bin>


More information about the llvm-commits mailing list