aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorTanya Lattner <tonic@nondot.org>2008-03-01 09:15:35 +0000
committerTanya Lattner <tonic@nondot.org>2008-03-01 09:15:35 +0000
commitec9a35a6f9143cfa325e0413cc297c48f627973a (patch)
treec1b0621415acc20f94152c51174d53fae3dbc8cc
parentab3b77834c9232e4c13acb29afe1920b97c5a20b (diff)
Remove llvm-upgrade and update test cases.
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@47793 91177308-0d34-0410-b5e6-96231b3b80d8
-rw-r--r--test/Transforms/ADCE/2002-05-22-PHITest.ll19
-rw-r--r--test/Transforms/ADCE/2002-05-23-ZeroArgPHITest.ll41
-rw-r--r--test/Transforms/ADCE/2002-05-28-Crash-distilled.ll20
-rw-r--r--test/Transforms/ADCE/2002-05-28-Crash.ll76
-rw-r--r--test/Transforms/ADCE/2002-07-17-AssertionFailure.ll12
-rw-r--r--test/Transforms/ADCE/2002-07-17-PHIAssertion.ll69
-rw-r--r--test/Transforms/ADCE/2002-07-29-Segfault.ll14
-rw-r--r--test/Transforms/ADCE/2003-01-22-PredecessorProblem.ll34
-rw-r--r--test/Transforms/ADCE/2003-04-25-PHIPostDominateProblem.ll46
-rw-r--r--test/Transforms/ADCE/2003-06-11-InvalidCFG.ll40
-rw-r--r--test/Transforms/ADCE/2003-06-24-BadSuccessor.ll89
-rw-r--r--test/Transforms/ADCE/2003-06-24-BasicFunctionality.ll79
-rw-r--r--test/Transforms/ADCE/2003-09-10-UnwindInstFail.ll27
-rw-r--r--test/Transforms/ADCE/2003-09-15-InfLoopCrash.ll11
-rw-r--r--test/Transforms/ADCE/2003-11-16-MissingPostDominanceInfo.ll25
-rw-r--r--test/Transforms/ADCE/2003-12-19-MergeReturn.llx33
-rw-r--r--test/Transforms/ADCE/2004-05-04-UnreachableBlock.llx20
-rw-r--r--test/Transforms/ADCE/2005-02-17-PHI-Invoke-Crash.ll61
-rw-r--r--test/Transforms/ADCE/adcetest.ll58
-rw-r--r--test/Transforms/ADCE/basictest.ll27
-rw-r--r--test/Transforms/ADCE/basictest1.ll150
-rw-r--r--test/Transforms/ADCE/basictest2.ll149
-rw-r--r--test/Transforms/ADCE/dead-phi-edge.ll20
-rw-r--r--test/Transforms/ADCE/unreachable-function.ll4
-rw-r--r--test/Transforms/ArgumentPromotion/aggregate-promote.ll34
-rw-r--r--test/Transforms/ArgumentPromotion/basictest.ll36
-rw-r--r--test/Transforms/ArgumentPromotion/chained.ll23
-rw-r--r--test/Transforms/ArgumentPromotion/control-flow.ll24
-rw-r--r--test/Transforms/ArgumentPromotion/control-flow2.ll28
-rw-r--r--test/Transforms/BlockPlacement/basictest.ll21
-rw-r--r--test/Transforms/CodeExtractor/2004-03-13-LoopExtractorCrash.ll38
-rw-r--r--test/Transforms/CodeExtractor/2004-03-14-DominanceProblem.ll41
-rw-r--r--test/Transforms/CodeExtractor/2004-03-14-NoSwitchSupport.ll37
-rw-r--r--test/Transforms/CodeExtractor/2004-03-17-MissedLiveIns.ll28
-rw-r--r--test/Transforms/CodeExtractor/2004-03-17-OutputMismatch.ll29
-rw-r--r--test/Transforms/CodeExtractor/2004-03-17-UpdatePHIsOutsideRegion.ll30
-rw-r--r--test/Transforms/CodeExtractor/2004-03-18-InvokeHandling.ll222
-rw-r--r--test/Transforms/CodeExtractor/2004-08-12-BlockExtractPHI.ll29
-rw-r--r--test/Transforms/CodeExtractor/2004-11-12-InvokeExtract.ll23
-rw-r--r--test/Transforms/CondProp/2006-08-14-SingleEntryPhiCrash.ll190
-rw-r--r--test/Transforms/CondProp/2006-11-01-PhiNodeCrash.ll561
-rw-r--r--test/Transforms/CondProp/basictest.ll40
-rw-r--r--test/Transforms/CondProp/phisimplify.ll70
-rw-r--r--test/Transforms/CondProp/phisimplify2.ll74
-rw-r--r--test/Transforms/ConstProp/2002-05-03-DivideByZeroException.ll15
-rw-r--r--test/Transforms/ConstProp/2002-05-03-NotOperator.ll17
-rw-r--r--test/Transforms/ConstProp/2002-09-03-SetCC-Bools.ll28
-rw-r--r--test/Transforms/ConstProp/2003-05-12-DivideError.ll14
-rw-r--r--test/Transforms/ConstProp/2005-01-28-SetCCGEP.ll17
-rw-r--r--test/Transforms/ConstProp/2006-11-30-vector-cast.ll11
-rw-r--r--test/Transforms/ConstProp/2006-12-01-TruncBoolBug.ll9
-rw-r--r--test/Transforms/ConstProp/2006-12-01-bool-casts.ll16
-rw-r--r--test/Transforms/ConstProp/basictest.ll26
-rw-r--r--test/Transforms/ConstProp/bitcast.ll5
-rw-r--r--test/Transforms/ConstProp/bswap.ll29
-rw-r--r--test/Transforms/ConstProp/calls.ll49
-rw-r--r--test/Transforms/ConstProp/float-to-ptr-cast.ll13
-rw-r--r--test/Transforms/ConstProp/logicaltest.ll35
-rw-r--r--test/Transforms/ConstProp/nottest.ll20
-rw-r--r--test/Transforms/ConstProp/phi.ll19
-rw-r--r--test/Transforms/ConstProp/remtest.ll27
-rw-r--r--test/Transforms/ConstantMerge/2002-09-23-CPR-Update.ll19
-rw-r--r--test/Transforms/ConstantMerge/2003-10-28-MergeExternalConstants.ll8
-rw-r--r--test/Transforms/ConstantMerge/2006-03-07-DontMergeDiffSections.ll21
-rw-r--r--test/Transforms/DeadArgElim/2006-06-27-struct-ret.ll14
-rw-r--r--test/Transforms/DeadArgElim/basictest.ll41
-rw-r--r--test/Transforms/DeadArgElim/dead_vaargs.ll14
-rw-r--r--test/Transforms/DeadArgElim/deadretval.ll23
-rw-r--r--test/Transforms/DeadArgElim/deadretval2.ll43
-rw-r--r--test/Transforms/DeadStoreElimination/2004-11-28-LiveStoreDeleted.ll20
-rw-r--r--test/Transforms/DeadStoreElimination/2004-12-28-PartialStore.ll16
-rw-r--r--test/Transforms/DeadStoreElimination/2005-11-30-vaarg.ll10
-rw-r--r--test/Transforms/DeadStoreElimination/2006-06-27-AST-Remove.ll1865
-rw-r--r--test/Transforms/DeadStoreElimination/PartialStore.ll17
-rw-r--r--test/Transforms/DeadStoreElimination/alloca.llx13
-rw-r--r--test/Transforms/DeadStoreElimination/context-sensitive.llx27
-rw-r--r--test/Transforms/DeadStoreElimination/free.llx12
-rw-r--r--test/Transforms/DeadStoreElimination/simple.llx13
-rw-r--r--test/Transforms/GCSE/2002-05-14-OperandSwap.ll23
-rw-r--r--test/Transforms/GCSE/2002-05-21-NoSharedDominator.ll15
-rw-r--r--test/Transforms/GCSE/2003-06-13-LoadStoreEliminate.ll10
-rw-r--r--test/Transforms/GCSE/gcsetests.ll93
-rw-r--r--test/Transforms/GCSE/vectorops.ll34
-rw-r--r--test/Transforms/GlobalDCE/2002-07-17-CastRef.ll15
-rw-r--r--test/Transforms/GlobalDCE/2002-07-17-ConstantRef.ll15
-rw-r--r--test/Transforms/GlobalDCE/2002-08-17-FunctionDGE.ll17
-rw-r--r--test/Transforms/GlobalDCE/2002-08-17-WorkListTest.ll18
-rw-r--r--test/Transforms/GlobalDCE/2002-09-12-Redeletion.ll16
-rw-r--r--test/Transforms/GlobalDCE/2003-07-01-SelfReference.ll14
-rw-r--r--test/Transforms/GlobalDCE/2003-10-09-PreserveWeakGlobals.ll4
-rw-r--r--test/Transforms/GlobalDCE/basicvariabletest.ll6
-rw-r--r--test/Transforms/GlobalOpt/2004-10-10-CastStoreOnce.llx22
-rw-r--r--test/Transforms/GlobalOpt/2005-06-15-LocalizeConstExprCrash.ll11
-rw-r--r--test/Transforms/GlobalOpt/2005-09-27-Crash.ll37
-rw-r--r--test/Transforms/GlobalOpt/2006-07-07-InlineAsmCrash.ll129
-rw-r--r--test/Transforms/GlobalOpt/2006-11-01-ShrinkGlobalPhiCrash.ll38
-rw-r--r--test/Transforms/GlobalOpt/basictest.llx12
-rw-r--r--test/Transforms/GlobalOpt/ctor-list-opt.ll124
-rw-r--r--test/Transforms/GlobalOpt/deadglobal.llx11
-rw-r--r--test/Transforms/GlobalOpt/globalsra-partial.llx26
-rw-r--r--test/Transforms/GlobalOpt/globalsra.llx28
-rw-r--r--test/Transforms/GlobalOpt/integer-bool.ll28
-rw-r--r--test/Transforms/GlobalOpt/iterate.llx15
-rw-r--r--test/Transforms/GlobalOpt/load-store-global.llx17
-rw-r--r--test/Transforms/GlobalOpt/malloc-promote-1.llx26
-rw-r--r--test/Transforms/GlobalOpt/malloc-promote-2.llx30
-rw-r--r--test/Transforms/GlobalOpt/malloc-promote-3.llx38
-rw-r--r--test/Transforms/GlobalOpt/memcpy.ll18
-rw-r--r--test/Transforms/GlobalOpt/memset.ll24
-rw-r--r--test/Transforms/GlobalOpt/phi-select.llx32
-rw-r--r--test/Transforms/GlobalOpt/storepointer-compare.llx37
-rw-r--r--test/Transforms/GlobalOpt/storepointer.llx25
-rw-r--r--test/Transforms/GlobalOpt/trivialstore.llx24
-rw-r--r--test/Transforms/GlobalOpt/undef-init.llx21
-rw-r--r--test/Transforms/IPConstantProp/deadarg.ll11
-rw-r--r--test/Transforms/IPConstantProp/recursion.ll18
-rw-r--r--test/Transforms/IPConstantProp/return-constant.ll25
-rw-r--r--test/Transforms/IndVarsSimplify/2002-09-09-PointerIndVar.ll21
-rw-r--r--test/Transforms/IndVarsSimplify/2003-04-16-ExprAnalysis.ll15
-rw-r--r--test/Transforms/IndVarsSimplify/2003-09-12-MultiplePred.ll21
-rw-r--r--test/Transforms/IndVarsSimplify/2003-09-23-NotAtTop.ll19
-rw-r--r--test/Transforms/IndVarsSimplify/2003-12-10-IndVarDeadCode.ll29
-rw-r--r--test/Transforms/IndVarsSimplify/2003-12-10-RemoveInstrCrash.llx25
-rw-r--r--test/Transforms/IndVarsSimplify/2003-12-15-Crash.llx33
-rw-r--r--test/Transforms/IndVarsSimplify/2003-12-21-IndVarSize.ll21
-rw-r--r--test/Transforms/IndVarsSimplify/2004-03-10-PHIInsertionBug.ll37
-rw-r--r--test/Transforms/IndVarsSimplify/2004-04-05-InvokeCastCrash.llx355
-rw-r--r--test/Transforms/IndVarsSimplify/2004-04-07-ScalarEvolutionCrash.llx35
-rw-r--r--test/Transforms/IndVarsSimplify/2005-02-11-InvokeCrash.ll31
-rw-r--r--