"llvm/git@repo.hca.bsc.es:rferrer/llvm-epi-0.8.git" did not exist on "44c0b4f754fb2aada90aa88a57f5cd9b526a912a"
Add new RegionInfo pass.
The RegionInfo pass detects single entry single exit regions in a function, where a region is defined as any subgraph that is connected to the remaining graph at only two spots. Furthermore an hierarchical region tree is built. Use it by calling "opt -regions analyze" or "opt -view-regions". llvm-svn: 109089
Loading
Please register or sign in to comment