This is an archive of the discontinued LLVM Phabricator instance.

[Dominators] Teach IDF to use level information
ClosedPublic

Authored by kuhar on Jun 27 2017, 11:57 AM.

Details

Summary

This patch teaches IteratedDominanceFrontier to use the level information stored in DomTreeNodes instead of calculating it manually.

Diff Detail

Event Timeline

davide accepted this revision.Jun 27 2017, 12:32 PM
davide added a subscriber: davide.

LGTM

This revision is now accepted and ready to land.Jun 27 2017, 12:32 PM
This revision was automatically updated to reflect the committed changes.