This is an archive of the discontinued LLVM Phabricator instance.

Add ladder graph creation script
ClosedPublic

Authored by dberlin on Apr 7 2015, 1:23 PM.

Details

Reviewers
chandlerc
Summary

creates ladder graph source code, used to drive N^2 behavior from things
like dominance frontiers, etc.

Diff Detail

Event Timeline

dberlin updated this revision to Diff 23364.Apr 7 2015, 1:23 PM
dberlin retitled this revision from to Add ladder graph creation script.
dberlin updated this object.
dberlin edited the test plan for this revision. (Show Details)
dberlin added a reviewer: chandlerc.
dberlin added a subscriber: Unknown Object (MLST).
chandlerc accepted this revision.Apr 14 2015, 7:57 AM
chandlerc edited edge metadata.

I dunno anything about python, but LGTM. Don't think this kind of thing matters enough to nit pick. =]

This revision is now accepted and ready to land.Apr 14 2015, 7:57 AM
Eugene.Zelenko added a subscriber: Eugene.Zelenko.

Committed in rL234917.