llvm-6502/test/Transforms
Chris Lattner e4b56572f9 relax pattern match on name
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@23317 91177308-0d34-0410-b5e6-96231b3b80d8
2005-09-12 17:09:40 +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 Adding srcdir arg 2004-11-19 22:45:25 +00:00
GlobalDCE
GlobalOpt
IndVarsSimplify now that we handle non-constant strides, this testcase passes 2005-08-10 17:17:45 +00:00
Inline
InstCombine New testcase distilled from a large chunk of code Misha sent me. 2005-07-07 20:39:45 +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 new testcase for PR612 2005-08-03 18:51:15 +00:00
LowerSetJmp
LowerSwitch
Mem2Reg
PRE
ProfilePaths
PruneEH
RaiseAllocations
Reassociate new testcase for recent bugfix 2005-09-02 06:12:12 +00:00
ScalarRepl
SCCP
SimplifyCFG Testcase that used to crash simplifycfg 2005-08-03 18:01:07 +00:00
SimplifyLibCalls new testcase 2005-08-24 17:20:30 +00:00
TailCallElim New testcases for PR615 2005-08-07 04:25:39 +00:00
TailDup