llvm-6502/test/Transforms/SimplifyCFG
Chris Lattner 82e6ef3ec3 Testcase that used to crash simplifycfg
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@22622 91177308-0d34-0410-b5e6-96231b3b80d8
2005-08-03 18:01:07 +00:00
..
2002-05-05-EmptyBlockMerge.ll
2002-05-21-PHIElimination.ll
2002-06-24-PHINode.ll
2002-09-24-PHIAssertion.ll
2003-03-07-DominateProblem.ll
2003-08-05-InvokeCrash.ll
2003-08-05-MishandleInvoke.ll
2003-08-17-BranchFold.ll
2003-08-17-BranchFoldOrdering.ll
2003-08-17-FoldSwitch.ll
2004-12-10-SimplifyCFGCrash.ll Check in the right test 2004-12-10 17:43:43 +00:00
2005-06-16-PHICrash.ll new testcase for PR584 2005-06-17 01:45:03 +00:00
2005-08-01-PHIUpdateFail.ll un-xfail this 2005-08-03 00:58:44 +00:00
2005-08-03-PHIFactorCrash.ll Testcase that used to crash simplifycfg 2005-08-03 18:01:07 +00:00
basictest.ll
branch-cond-merge.ll
branch-cond-prop.ll
branch-fold-test.ll
BrUnwind.ll
DeadSetCC.ll Add new test to make sure simplifycfg doesn't leave around trivially 2005-01-01 16:00:56 +00:00
dg.exp
EqualPHIEdgeBlockMerge.ll
hoist-common-code.ll testcase I've had in my tree 2005-05-09 21:21:10 +00:00
HoistCode.ll
InvokeEliminate.ll
PhiBlockMerge2.ll
PhiBlockMerge.ll
PhiEliminate2.ll
PhiEliminate.ll
PhiNoEliminate.ll
return-merge.ll
switch_create.ll add another testcase to make sure it gets turned into a switch (answer: yes it does) 2005-02-24 02:13:50 +00:00
switch_formation.ll
switch_switch_fold.ll
switch_thread.ll new testcase for a simple optimization that simplifycfg is about to do. 2005-02-24 06:15:27 +00:00
switch-simplify-crash.ll New testcase that crashes simplifycfg, identified accidentally by JohnMC 2005-05-20 22:19:34 +00:00
UncondBranchToReturn.ll
UnreachableEliminate.ll