llvm-6502/test/Transforms/SimplifyCFG
Chris Lattner 7c94454c56 new testcase
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@31283 91177308-0d34-0410-b5e6-96231b3b80d8
2006-10-29 21:20:56 +00:00
..
.cvsignore Tired of wading through cvs's list ? files that are generated when building 2006-03-23 23:41:57 +00:00
2002-05-05-EmptyBlockMerge.ll Fix a test that was "broken" by new optimizations. The transformation we 2004-05-26 23:51:29 +00:00
2002-05-21-PHIElimination.ll Renamed as' => llvm-as', dis' => llvm-dis', link' => llvm-link'. 2003-09-16 15:29:54 +00:00
2002-06-24-PHINode.ll Renamed as' => llvm-as', dis' => llvm-dis', link' => llvm-link'. 2003-09-16 15:29:54 +00:00
2002-09-24-PHIAssertion.ll Renamed as' => llvm-as', dis' => llvm-dis', link' => llvm-link'. 2003-09-16 15:29:54 +00:00
2003-03-07-DominateProblem.ll Renamed as' => llvm-as', dis' => llvm-dis', link' => llvm-link'. 2003-09-16 15:29:54 +00:00
2003-08-05-InvokeCrash.ll Renamed as' => llvm-as', dis' => llvm-dis', link' => llvm-link'. 2003-09-16 15:29:54 +00:00
2003-08-05-MishandleInvoke.ll Renamed as' => llvm-as', dis' => llvm-dis', link' => llvm-link'. 2003-09-16 15:29:54 +00:00
2003-08-17-BranchFold.ll Renamed as' => llvm-as', dis' => llvm-dis', link' => llvm-link'. 2003-09-16 15:29:54 +00:00
2003-08-17-BranchFoldOrdering.ll Renamed as' => llvm-as', dis' => llvm-dis', link' => llvm-link'. 2003-09-16 15:29:54 +00:00
2003-08-17-FoldSwitch.ll Renamed as' => llvm-as', dis' => llvm-dis', link' => llvm-link'. 2003-09-16 15:29:54 +00:00
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
2006-06-12-InfLoop.ll TEstcase that makes simplifycfg infloop. 2006-06-12 20:17:44 +00:00
2006-08-03-Crash.ll new testcase for pr867 2006-08-03 21:39:41 +00:00
2006-10-19-UncondDiv.ll new testcase for PR957 2006-10-20 00:41:31 +00:00
2006-10-29-InvokeCrash.ll new testcase 2006-10-29 21:20:56 +00:00
basictest.ll Renamed as' => llvm-as', dis' => llvm-dis', link' => llvm-link'. 2003-09-16 15:29:54 +00:00
branch-cond-merge.ll New testcase: 2004-05-01 23:35:21 +00:00
branch-cond-prop.ll New testcase for case that simplifycfg should catch 2004-05-01 22:36:24 +00:00
branch-fold-test.ll Renamed as' => llvm-as', dis' => llvm-dis', link' => llvm-link'. 2003-09-16 15:29:54 +00:00
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 test that unconditional branches to unwinds are always eliminated 2004-07-20 01:17:19 +00:00
DeadSetCC.ll Add new test to make sure simplifycfg doesn't leave around trivially 2005-01-01 16:00:56 +00:00
dg.exp Added the ability to xfail based on llvmgcc version 2006-04-12 21:57:40 +00:00
EqualPHIEdgeBlockMerge.ll Renamed as' => llvm-as', dis' => llvm-dis', link' => llvm-link'. 2003-09-16 15:29:54 +00:00
hoist-common-code.ll testcase I've had in my tree 2005-05-09 21:21:10 +00:00
HoistCode.ll New testcase for simplifycfg 2004-11-30 00:31:16 +00:00
InvokeEliminate.ll Fix testcase. For some reason this was failing only with a release build and 2004-07-01 04:09:14 +00:00
PhiBlockMerge2.ll Renamed as' => llvm-as', dis' => llvm-dis', link' => llvm-link'. 2003-09-16 15:29:54 +00:00
PhiBlockMerge.ll Renamed as' => llvm-as', dis' => llvm-dis', link' => llvm-link'. 2003-09-16 15:29:54 +00:00
PhiEliminate2.ll Simplify cfg now eliminates all of the branches in this testcase 2004-04-09 23:50:29 +00:00
PhiEliminate.ll expand testcase, which has been in my tree for a while now 2005-12-03 18:26:41 +00:00
PhiNoEliminate.ll When converting phi nodes into select instructions, we shouldn't promote PHI 2004-10-14 05:12:50 +00:00
return-merge.ll New testcase 2004-04-02 18:12:49 +00:00
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 Add a testcase for switch instruction induction 2004-02-28 21:30:39 +00:00
switch_switch_fold.ll New testcase. Switch instructions that go to switch instructions should be 2004-02-24 07:21:09 +00:00
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 New testcase, details in the comments 2004-02-16 06:35:19 +00:00
UnreachableEliminate.ll New testcase 2004-10-18 04:06:41 +00:00