[PATCH] D35851: [Dominators] Include infinite loops in PostDominatorTree

Jakub Kuderski via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Tue Aug 15 11:17:30 PDT 2017


This revision was automatically updated to reflect the committed changes.
Closed by commit rL310940: [Dominators] Include infinite loops in PostDominatorTree (authored by kuhar).

Changed prior to commit:
  https://reviews.llvm.org/D35851?vs=111202&id=111214#toc

Repository:
  rL LLVM

https://reviews.llvm.org/D35851

Files:
  llvm/trunk/include/llvm/Support/GenericDomTree.h
  llvm/trunk/include/llvm/Support/GenericDomTreeConstruction.h
  llvm/trunk/lib/Transforms/Scalar/ADCE.cpp
  llvm/trunk/test/Analysis/PostDominators/infinite-loop.ll
  llvm/trunk/test/Analysis/PostDominators/infinite-loop2.ll
  llvm/trunk/test/Analysis/PostDominators/infinite-loop3.ll
  llvm/trunk/test/Analysis/PostDominators/pr24415.ll
  llvm/trunk/test/Analysis/PostDominators/pr6047_a.ll
  llvm/trunk/test/Analysis/PostDominators/pr6047_b.ll
  llvm/trunk/test/Analysis/PostDominators/pr6047_c.ll
  llvm/trunk/test/Analysis/PostDominators/pr6047_d.ll
  llvm/trunk/test/Analysis/RegionInfo/infinite_loop.ll
  llvm/trunk/test/Analysis/RegionInfo/infinite_loop_2.ll
  llvm/trunk/test/Analysis/RegionInfo/infinite_loop_3.ll
  llvm/trunk/test/Analysis/RegionInfo/infinite_loop_4.ll
  llvm/trunk/test/Analysis/RegionInfo/infinite_loop_5_a.ll
  llvm/trunk/test/Analysis/RegionInfo/infinite_loop_5_b.ll
  llvm/trunk/test/CodeGen/AMDGPU/branch-relaxation.ll
  llvm/trunk/test/CodeGen/ARM/struct-byval-frame-index.ll
  llvm/trunk/test/CodeGen/Thumb2/v8_IT_5.ll
  llvm/trunk/test/Transforms/StructurizeCFG/branch-on-argument.ll
  llvm/trunk/test/Transforms/StructurizeCFG/no-branch-to-entry.ll
  llvm/trunk/unittests/IR/DominatorTreeTest.cpp

-------------- next part --------------
A non-text attachment was scrubbed...
Name: D35851.111214.patch
Type: text/x-patch
Size: 52834 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20170815/3c2a4d4b/attachment.bin>


More information about the llvm-commits mailing list