llvm-6502/test/Transforms
Chris Lattner 3e2245bd34 New testcase
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@24191 91177308-0d34-0410-b5e6-96231b3b80d8
2005-11-05 08:20:28 +00:00
..
ADCE
ArgumentPromotion
BlockPlacement
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 for PR632 2005-09-27 22:27:19 +00:00
IndVarsSimplify now that we handle non-constant strides, this testcase passes 2005-08-10 17:17:45 +00:00
Inline
InstCombine This is missed by InstCombine, patch comming 2005-11-02 18:34:05 +00:00
IPConstantProp
LevelRaise
LICM
LoopSimplify New testcase 2005-08-10 02:06:35 +00:00
LoopStrengthReduce new testcase 2005-10-30 05:14:02 +00:00
LoopUnroll
LoopUnswitch
LowerInvoke Add a simple testcase for lowerinvoke 2005-09-27 18:34:31 +00:00
LowerSetJmp
LowerSwitch
Mem2Reg new testcase for PR590 2005-06-30 07:28:54 +00:00
PRE
PruneEH
RaiseAllocations
Reassociate new testcase for recent bugfix 2005-09-02 06:12:12 +00:00
ScalarRepl
SCCP
SimplifyCFG new testcase for PR635 2005-10-03 23:42:54 +00:00
SimplifyLibCalls new testcase for isascii 2005-09-29 06:16:37 +00:00
TailCallElim New testcase 2005-11-05 08:20:28 +00:00
TailDup