[LLVMdev] Preserve RegionInfo after regionsimplify

Vu Le vmle at ucdavis.edu
Thu Feb 3 11:59:39 PST 2011


Hi Tobias,
My RegionSimplify pass adds new exit node for refined regions to convert
them into simple region.
However, the RegionInfo pass does not seem to recognize those changes.
For example, in the attached file, bb4.region is supposed to be in the first
region.

My RegionExtractor pass required the extracted region to be simple.
Should we modify RegionInfo or is their away to preserve the RegionInfo from
RegionSimplify and pass it to RegionExtractor?
Thanks.
Vu
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.llvm.org/pipermail/llvm-dev/attachments/20110203/09c369ea/attachment.html>
-------------- next part --------------
A non-text attachment was scrubbed...
Name: reg.main.dot.pdf
Type: application/pdf
Size: 32076 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/llvm-dev/attachments/20110203/09c369ea/attachment.pdf>


More information about the llvm-dev mailing list