[PATCH] D17571: Introduce RegionInfoAnalysis, which compute Region Tree in the new PassManager. NFC

Phabricator via llvm-commits llvm-commits at lists.llvm.org
Thu Feb 25 08:38:12 PST 2016


This revision was automatically updated to reflect the committed changes.
Closed by commit rL261884: Introduce RegionInfoAnalysis, which compute Region Tree in the new… (authored by ether).

Changed prior to commit:
  http://reviews.llvm.org/D17571?vs=48928&id=49072#toc

Repository:
  rL LLVM

http://reviews.llvm.org/D17571

Files:
  llvm/trunk/include/llvm/Analysis/RegionInfo.h
  llvm/trunk/lib/Analysis/RegionInfo.cpp
  llvm/trunk/lib/Passes/PassBuilder.cpp
  llvm/trunk/lib/Passes/PassRegistry.def
  llvm/trunk/test/Analysis/RegionInfo/20100809_bb_not_in_domtree.ll
  llvm/trunk/test/Analysis/RegionInfo/block_sort.ll
  llvm/trunk/test/Analysis/RegionInfo/cond_loop.ll
  llvm/trunk/test/Analysis/RegionInfo/condition_complicated.ll
  llvm/trunk/test/Analysis/RegionInfo/condition_complicated_2.ll
  llvm/trunk/test/Analysis/RegionInfo/condition_forward_edge.ll
  llvm/trunk/test/Analysis/RegionInfo/condition_same_exit.ll
  llvm/trunk/test/Analysis/RegionInfo/condition_simple.ll
  llvm/trunk/test/Analysis/RegionInfo/exit_in_condition.ll
  llvm/trunk/test/Analysis/RegionInfo/loop_with_condition.ll
  llvm/trunk/test/Analysis/RegionInfo/loops_1.ll
  llvm/trunk/test/Analysis/RegionInfo/loops_2.ll
  llvm/trunk/test/Analysis/RegionInfo/mix_1.ll
  llvm/trunk/test/Analysis/RegionInfo/nested_loops.ll
  llvm/trunk/test/Analysis/RegionInfo/next.ll
  llvm/trunk/test/Analysis/RegionInfo/paper.ll
  llvm/trunk/test/Analysis/RegionInfo/two_loops_same_header.ll
  llvm/trunk/test/Analysis/RegionInfo/unreachable_bb.ll

-------------- next part --------------
A non-text attachment was scrubbed...
Name: D17571.49072.patch
Type: text/x-patch
Size: 17622 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20160225/e1e913c6/attachment.bin>


More information about the llvm-commits mailing list