[PATCH] D11874: [RegionInfo] Use RegionInfo* instead of RegionInfoPass* as graph type
Michael Kruse via llvm-commits
llvm-commits at lists.llvm.org
Sat Aug 8 12:19:36 PDT 2015
Meinersbur created this revision.
Meinersbur added a reviewer: grosser.
Meinersbur added a subscriber: llvm-commits.
Meinersbur set the repository for this revision to rL LLVM.
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.
Repository:
rL LLVM
http://reviews.llvm.org/D11874
Files:
lib/Analysis/RegionPrinter.cpp
-------------- next part --------------
A non-text attachment was scrubbed...
Name: D11874.31594.patch
Type: text/x-patch
Size: 7334 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20150808/29ad7f52/attachment.bin>
More information about the llvm-commits
mailing list