This is an archive of the discontinued LLVM Phabricator instance.

Convert Post Dominator Pass to New PassManager
Needs ReviewPublic

Authored by njw45 on May 16 2015, 11:38 AM.
This revision needs review, but there are no reviewers specified.

Details

Reviewers
None
Summary

The PostDominatorTree class is currently the tree itself and an old-style function pass. This change leaves PostDominatorTree as the class representing the tree itself (now inheriting directly from DominatorTreeBase), and adds the old-style function pass PostDominatorTreePass and the new-style function pass (analysis) as PostDominatorTreeAnalysis.

Diff Detail

Event Timeline

njw45 updated this revision to Diff 25918.May 16 2015, 11:38 AM
njw45 retitled this revision from to Convert Post Dominator Pass to New PassManager.
njw45 updated this object.
njw45 edited the test plan for this revision. (Show Details)
njw45 updated this object.May 16 2015, 11:42 AM
njw45 edited the test plan for this revision. (Show Details)
njw45 added subscribers: reames, sanjoy, dberlin, Unknown Object (MLST).