This is an archive of the discontinued LLVM Phabricator instance.

[RegionInfo] Use RegionInfo* instead of RegionInfoPass* as graph type
ClosedPublic

Authored by Meinersbur on Aug 8 2015, 12:19 PM.

Details

Reviewers
grosser
Summary

This allows printing region graphs when only the RegionInfo (e.g. Region::getRegionInfo()), but no RegionInfoPass object is available.

Specifically, we will use this to print RegionInfo graphs in the debugger.

Diff Detail

Repository
rL LLVM

Event Timeline

Meinersbur updated this revision to Diff 31594.Aug 8 2015, 12:19 PM
Meinersbur retitled this revision from to [RegionInfo] Use RegionInfo* instead of RegionInfoPass* as graph type.
Meinersbur updated this object.
Meinersbur added a reviewer: grosser.
Meinersbur set the repository for this revision to rL LLVM.
Meinersbur added a subscriber: llvm-commits.
grosser accepted this revision.Aug 9 2015, 12:03 PM
grosser edited edge metadata.

LGTM

This revision is now accepted and ready to land.Aug 9 2015, 12:03 PM
Meinersbur closed this revision.Aug 10 2015, 5:17 AM

Committed as r244442. For some reason Arcanist closed this thread but did not commit.