[PATCH] D28089: MetadataLoader: replace the tracking of ForwardReferences and UnresolvedNodes with a set-based solution (NFC)

Mehdi AMINI via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Fri Dec 23 22:31:57 PST 2016


mehdi_amini created this revision.
mehdi_amini added reviewers: pcc, dexonsmith.
mehdi_amini added a subscriber: llvm-commits.

This makes it explicit what is the exact list to handle, and it
looks much more easy to manipulate and understand that the
previous custom tracking of min/max to express the range where
to look for.


https://reviews.llvm.org/D28089

Files:
  llvm/lib/Bitcode/Reader/MetadataLoader.cpp

-------------- next part --------------
A non-text attachment was scrubbed...
Name: D28089.82433.patch
Type: text/x-patch
Size: 5508 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20161224/86245a1b/attachment.bin>


More information about the llvm-commits mailing list