llvm-6502/test/Transforms
Chris Lattner 5e299fc6cf Trivial testcase for dse
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@15100 91177308-0d34-0410-b5e6-96231b3b80d8
2004-07-22 07:59:20 +00:00
..
ADCE New testcase for PR332 2004-05-04 17:00:10 +00:00
ArgumentPromotion
BasicAA
BlockPlacement
BranchCombine Maybe this will keep people from breaking -branch-combine! 2004-06-01 20:01:05 +00:00
CodeExtractor
ConstantMerge
ConstProp Fix testcase 2004-07-01 04:11:35 +00:00
CorrelatedExprs Nullify this test as it causes infinite loop in optimized nightly test. 2004-06-21 08:11:32 +00:00
DeadArgElim
DeadStoreElimination Trivial testcase for dse 2004-07-22 07:59:20 +00:00
DecomposeMultiDimRefs
DSAnalysis
FunctionResolve
GCSE
GlobalDCE
IndVarsSimplify
Inline New testcase, distilled from PR324 2004-04-20 20:15:01 +00:00
InstCombine new testcase 2004-07-20 05:20:39 +00:00
LevelRaise -debug option does not exist in a release build 2004-07-01 04:10:15 +00:00
LICM
LoopSimplify
LoopUnroll New testcase that used to cause the unroller to try to unroll the loop 2G times. :( 2004-05-13 20:43:15 +00:00
LoopUnswitch
LowerInvoke
LowerSetJmp
LowerSwitch
Mem2Reg
ModuloSched
PiNodeInserter
PRE
ProfilePaths
PruneEH
RaiseAllocations
Reassociate
ScalarRepl
SCCP
SimplifyCFG test that unconditional branches to unwinds are always eliminated 2004-07-20 01:17:19 +00:00
TailCallElim
TailDup