llvm-6502/test/Transforms/SimplifyCFG
Devang Patel 01666bf74b If succ has succ itself as one of the predecessors then do
not merge current bb and succ even if bb's terminator is
unconditional branch to succ.


git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@45305 91177308-0d34-0410-b5e6-96231b3b80d8
2007-12-22 01:32:53 +00:00
..
2002-05-05-EmptyBlockMerge.ll For PR1319: 2007-04-15 09:21:47 +00:00
2002-05-21-PHIElimination.ll Use the llvm-upgrade program to upgrade llvm assembly. 2006-12-02 04:23:10 +00:00
2002-06-24-PHINode.ll Use the llvm-upgrade program to upgrade llvm assembly. 2006-12-02 04:23:10 +00:00
2002-09-24-PHIAssertion.ll Use the llvm-upgrade program to upgrade llvm assembly. 2006-12-02 04:23:10 +00:00
2003-03-07-DominateProblem.ll Use the llvm-upgrade program to upgrade llvm assembly. 2006-12-02 04:23:10 +00:00
2003-08-05-InvokeCrash.ll fix buggy testcase 2006-12-16 02:29:22 +00:00
2003-08-05-MishandleInvoke.ll Use the llvm-upgrade program to upgrade llvm assembly. 2006-12-02 04:23:10 +00:00
2003-08-17-BranchFold.ll For PR1319: 2007-04-15 09:21:47 +00:00
2003-08-17-BranchFoldOrdering.ll For PR1319: 2007-04-15 09:21:47 +00:00
2003-08-17-FoldSwitch.ll For PR1319: 2007-04-15 09:21:47 +00:00
2004-12-10-SimplifyCFGCrash.ll Use the llvm-upgrade program to upgrade llvm assembly. 2006-12-02 04:23:10 +00:00
2005-06-16-PHICrash.ll Use the llvm-upgrade program to upgrade llvm assembly. 2006-12-02 04:23:10 +00:00
2005-08-01-PHIUpdateFail.ll Use the llvm-upgrade program to upgrade llvm assembly. 2006-12-02 04:23:10 +00:00
2005-08-03-PHIFactorCrash.ll For PR1319: 2007-04-15 09:21:47 +00:00
2005-10-02-InvokeSimplify.ll Use the llvm-upgrade program to upgrade llvm assembly. 2006-12-02 04:23:10 +00:00
2005-12-03-IncorrectPHIFold.ll For PR1319: 2007-04-15 09:21:47 +00:00
2006-02-17-InfiniteUnroll.ll Use the llvm-upgrade program to upgrade llvm assembly. 2006-12-02 04:23:10 +00:00
2006-06-12-InfLoop.ll Use the llvm-upgrade program to upgrade llvm assembly. 2006-12-02 04:23:10 +00:00
2006-08-03-Crash.ll For PR1319: 2007-04-15 09:21:47 +00:00
2006-10-19-UncondDiv.ll For PR1319: 2007-04-15 09:21:47 +00:00
2006-10-29-InvokeCrash.ll Fix PR1146: parameter attributes are longer part of 2007-11-27 13:23:08 +00:00
2006-12-08-Ptr-ICmp-Branch.ll For PR1319: 2007-04-15 09:21:47 +00:00
2007-11-22-InvokeNoUnwind.ll Add some convenience methods for querying attributes, and 2007-11-28 17:07:01 +00:00
2007-12-21-Crash.ll If succ has succ itself as one of the predecessors then do 2007-12-22 01:32:53 +00:00
basictest.ll Use the llvm-upgrade program to upgrade llvm assembly. 2006-12-02 04:23:10 +00:00
branch-cond-merge.ll For PR1319: 2007-04-15 09:21:47 +00:00
branch-cond-prop.ll Use the llvm-upgrade program to upgrade llvm assembly. 2006-12-02 04:23:10 +00:00
branch-fold-test.ll Use the llvm-upgrade program to upgrade llvm assembly. 2006-12-02 04:23:10 +00:00
branch-fold.ll Convert tests using "| wc -l | grep ..." to use the count script. 2007-08-15 13:36:28 +00:00
branch-phi-thread.ll For PR1319: 2007-04-15 09:21:47 +00:00
BrUnwind.ll For PR1319: 2007-04-15 09:21:47 +00:00
DeadSetCC.ll For PR1319: 2007-04-15 09:21:47 +00:00
dg.exp For PR1319: 2007-04-15 09:21:47 +00:00
EqualPHIEdgeBlockMerge.ll For PR1319: 2007-04-15 09:21:47 +00:00
hoist-common-code.ll For PR1319: 2007-04-15 09:21:47 +00:00
HoistCode.ll Use the llvm-upgrade program to upgrade llvm assembly. 2006-12-02 04:23:10 +00:00
InvokeEliminate.ll For PR1319: 2007-04-15 09:21:47 +00:00
iterative-simplify.ll Implement PR1786 by iterating between dead cycle elimination 2007-11-13 07:32:38 +00:00
noreturn-call.ll Implement PR1796 and Transforms/SimplifyCFG/noreturn-call.ll 2007-11-14 06:19:25 +00:00
PhiBlockMerge2.ll For PR1319: 2007-04-15 09:21:47 +00:00
PhiBlockMerge.ll For PR1319: 2007-04-15 09:21:47 +00:00
PhiEliminate2.ll Use the llvm-upgrade program to upgrade llvm assembly. 2006-12-02 04:23:10 +00:00
PhiEliminate.ll For PR1319: 2007-04-15 09:21:47 +00:00
PhiNoEliminate.ll For PR1319: 2007-04-15 09:21:47 +00:00
return-merge.ll Use the llvm-upgrade program to upgrade llvm assembly. 2006-12-02 04:23:10 +00:00
switch_create.ll Use the llvm-upgrade program to upgrade llvm assembly. 2006-12-02 04:23:10 +00:00
switch_formation.ll For PR1319: 2007-04-15 09:21:47 +00:00
switch_switch_fold.ll Convert tests using "| wc -l | grep ..." to use the count script. 2007-08-15 13:36:28 +00:00
switch_thread.ll For PR1319: 2007-04-15 09:21:47 +00:00
switch-simplify-crash.ll Use the llvm-upgrade program to upgrade llvm assembly. 2006-12-02 04:23:10 +00:00
UncondBranchToReturn.ll For PR1319: 2007-04-15 09:21:47 +00:00
UnreachableEliminate.ll Use the llvm-upgrade program to upgrade llvm assembly. 2006-12-02 04:23:10 +00:00