Promote GEP ubyte indices to uint. Backwards compatibility for 1.2 and
authorReid Spencer <rspencer@reidspencer.com>
Thu, 23 Nov 2006 15:14:52 +0000 (15:14 +0000)
committerReid Spencer <rspencer@reidspencer.com>
Thu, 23 Nov 2006 15:14:52 +0000 (15:14 +0000)
commite5d4efa63ec2c1296e3a1a3e70763df02cd1a7ab
tree8d911b30b965f442bda5d3372328d7c093438a6b
parent565706b93e3695da49aee8d2eb67006ffdb2591f
Promote GEP ubyte indices to uint. Backwards compatibility for 1.2 and
older features will be dropped soon and these test cases must not rely
on the upgrade capability.

git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@31896 91177308-0d34-0410-b5e6-96231b3b80d8
62 files changed:
test/Analysis/BasicAA/2003-03-04-GEPCrash.ll
test/Analysis/BasicAA/2003-05-21-GEP-Problem.ll
test/Analysis/BasicAA/2003-07-03-BasicAACrash.ll
test/Analysis/BasicAA/2003-11-04-SimpleCases.ll
test/Analysis/BasicAA/2003-12-11-ConstExprGEP.ll
test/Analysis/BasicAA/featuretest.ll
test/Analysis/DSGraph/2003-06-29-NodeCollapsing.ll
test/Analysis/DSGraph/2003-06-29-NodeCollapsing2.ll
test/Analysis/DSGraph/2003-07-01-FieldCollapse.ll
test/Analysis/DSGraph/2003-11-02-NodeCollapsing.ll
test/Analysis/DSGraph/2005-03-22-IncompleteGlobal.ll
test/Analysis/DSGraph/PhysicalSubtyping.ll
test/Analysis/DSGraph/gcsetest.ll
test/Analysis/LoadVN/dependent_loads.ll
test/Assembler/2004-04-04-GetElementPtrIndexTypes.ll
test/Assembler/ConstantExprFold.llx
test/CodeGen/CBackend/2003-06-01-NullPointerType.ll
test/CodeGen/CBackend/2003-10-28-CastToPtrToStruct.ll
test/CodeGen/Generic/2003-05-28-ManyArgs.ll
test/CodeGen/Generic/BurgBadRegAlloc.ll
test/CodeGen/Generic/badFoldGEP.ll
test/CodeGen/Generic/constindices.ll
test/CodeGen/Generic/select.ll
test/Feature/constexpr.ll
test/Feature/globalvars.ll
test/Feature/recursivetype.ll
test/Feature/testalloca.ll
test/Feature/testmemory.ll
test/Linker/testlink1.ll
test/Linker/testlink2.ll
test/Transforms/ADCE/2002-05-23-ZeroArgPHITest.ll
test/Transforms/ADCE/basictest1.ll
test/Transforms/ADCE/basictest2.ll
test/Transforms/ArgumentPromotion/aggregate-promote.ll
test/Transforms/ConstantMerge/2002-09-23-CPR-Update.ll
test/Transforms/CorrelatedExprs/2002-10-04-ForwardingBug.ll
test/Transforms/DSAnalysis/arraytest.ll
test/Transforms/DSAnalysis/badcases.ll
test/Transforms/DSAnalysis/basictest.ll
test/Transforms/DSAnalysis/fieldmerge.ll
test/Transforms/DSAnalysis/misctests.ll
test/Transforms/DSAnalysis/physicalsubtype.ll
test/Transforms/DSAnalysis/structpadding.ll
test/Transforms/FunctionResolve/2003-10-21-GlobalResolveHack.ll
test/Transforms/GlobalOpt/memset.ll
test/Transforms/InstCombine/2002-09-17-GetElementPtrCrash.ll
test/Transforms/InstCombine/2003-10-23-InstcombineNullFail.ll
test/Transforms/InstCombine/getelementptr.ll
test/Transforms/InstCombine/load.ll
test/Transforms/LICM/sink_multiple.ll
test/Transforms/LevelRaise/2002-03-20-Crash.ll
test/Transforms/LevelRaise/2003-01-30-ShiftCrash.ll
test/Transforms/LevelRaise/2003-06-07-EmptyArrayTest.ll
test/Transforms/LevelRaise/2003-06-25-ExprAnalysis.ll
test/Transforms/LowerSetJmp/2003-11-05-DominanceProperties.ll
test/Transforms/SCCP/loadtest.ll
test/Transforms/ScalarRepl/2003-05-30-InvalidIndices.ll
test/Transforms/ScalarRepl/2003-05-30-MultiLevel.ll
test/Transforms/ScalarRepl/2003-10-29-ArrayProblem.ll
test/Transforms/ScalarRepl/basictest.ll
test/Transforms/SimplifyCFG/switch_formation.ll
test/Verifier/2002-11-05-GetelementptrPointers.ll