This is an archive of the discontinued LLVM Phabricator instance.

DomTree: add private create{Child,Node} helpers
ClosedPublic

Authored by nhaehnle on Jul 2 2020, 2:07 PM.

Details

Summary

Aside from unifying the code a bit, this change smooths the
transition to use of future "opaque generic block references"
in the type-erased dominator tree base class.

Change-Id: If924b092cc8561c4b6a7450fe79bc96df0e12472

Diff Detail

Event Timeline

nhaehnle created this revision.Jul 2 2020, 2:07 PM
Herald added a project: Restricted Project. · View Herald TranscriptJul 2 2020, 2:08 PM
Herald added a subscriber: wdng. · View Herald Transcript
arsenm accepted this revision.Jul 3 2020, 7:59 AM

Moving all the noise for creation is a straightforward improvement

This revision is now accepted and ready to land.Jul 3 2020, 7:59 AM
This revision was automatically updated to reflect the committed changes.