llvm-6502/test/Transforms
Chris Lattner 33c36f399f Testcase that uses an alloca
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@23451 91177308-0d34-0410-b5e6-96231b3b80d8
2005-09-26 17:06:32 +00:00
..
ADCE
ArgumentPromotion
BlockPlacement
BranchCombine
CodeExtractor
CondProp new testcase that condprop should handle. The PHI node becomes useless 2005-08-05 00:59:55 +00:00
ConstantMerge
ConstProp
CorrelatedExprs
DeadArgElim
DeadStoreElimination
DecomposeMultiDimRefs
DSAnalysis
FunctionResolve
GCSE
GlobalDCE
GlobalOpt Testcase that uses an alloca 2005-09-26 17:06:32 +00:00
IndVarsSimplify now that we handle non-constant strides, this testcase passes 2005-08-10 17:17:45 +00:00
Inline
InstCombine All of these should turn into sign extends (e.g. extsh/extsb on PPC) 2005-09-24 23:42:18 +00:00
IPConstantProp
LevelRaise
LICM
LoopSimplify New testcase 2005-08-10 02:06:35 +00:00
LoopStrengthReduce relax pattern match on name 2005-09-12 17:09:40 +00:00
LoopUnroll
LoopUnswitch
LowerInvoke
LowerSetJmp
LowerSwitch
Mem2Reg
PRE
ProfilePaths
PruneEH
RaiseAllocations
Reassociate new testcase for recent bugfix 2005-09-02 06:12:12 +00:00
ScalarRepl
SCCP
SimplifyCFG new testcase 2005-09-23 18:43:57 +00:00
SimplifyLibCalls Enhance this to check for a crash, add a case that crashes simplifylibcalls, 2005-09-24 22:16:04 +00:00
TailCallElim New testcases for PR615 2005-08-07 04:25:39 +00:00
TailDup