This is an archive of the discontinued LLVM Phabricator instance.

MetadataLoader: replace the tracking of ForwardReferences and UnresolvedNodes with a set-based solution (NFC)
ClosedPublic

Authored by mehdi_amini on Dec 23 2016, 10:31 PM.

Details

Summary

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.

Event Timeline

mehdi_amini retitled this revision from to MetadataLoader: replace the tracking of ForwardReferences and UnresolvedNodes with a set-based solution (NFC).
mehdi_amini updated this object.
mehdi_amini added reviewers: pcc, dexonsmith.
mehdi_amini added a subscriber: llvm-commits.
This revision was automatically updated to reflect the committed changes.