llvm-6502/test/Transforms/SimplifyCFG
Chris Lattner 6a9f57c7ef new testcase that crashes simplifycfg
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@26274 91177308-0d34-0410-b5e6-96231b3b80d8
2006-02-18 00:32:44 +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
2005-10-02-InvokeSimplify.ll new testcase for PR635 2005-10-03 23:42:54 +00:00
2005-12-03-IncorrectPHIFold.ll new testcase, miscompiled by simplifycfg. This has been distilled from Ptrdist/bc 2005-12-03 18:25:32 +00:00
2006-02-17-InfiniteUnroll.ll new testcase that crashes simplifycfg 2006-02-18 00:32:44 +00:00
basictest.ll
branch-cond-merge.ll
branch-cond-prop.ll
branch-fold-test.ll
branch-fold.ll new testcase 2005-09-23 18:43:57 +00:00
branch-phi-thread.ll make this test harder: add a case where instructions are in the bb to be 2005-09-20 01:43:41 +00:00
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 expand testcase, which has been in my tree for a while now 2005-12-03 18:26:41 +00:00
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