llvm-6502/test/Transforms
Chris Lattner 58f8bdc6c6 New testcase that crashes the inliner
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@17103 91177308-0d34-0410-b5e6-96231b3b80d8
2004-10-17 23:20:29 +00:00
..
ADCE New testcase for PR332 2004-05-04 17:00:10 +00:00
ArgumentPromotion
BlockPlacement
BranchCombine Maybe this will keep people from breaking -branch-combine! 2004-06-01 20:01:05 +00:00
CodeExtractor Add another test 2004-08-13 03:27:48 +00:00
ConstantMerge Use the new prcontext script. 2004-08-02 22:31:58 +00:00
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 New testcase. DSE should delete all of the DEAD instructions. 2004-07-27 02:19:27 +00:00
DecomposeMultiDimRefs
DSAnalysis
FunctionResolve Modify testcase to merit a warning, though no warning is still printed! 2004-08-24 17:40:02 +00:00
GCSE
GlobalDCE
GlobalOpt New testcase 2004-10-16 18:28:01 +00:00
IndVarsSimplify Use the new prcontext script. 2004-08-02 22:31:58 +00:00
Inline New testcase that crashes the inliner 2004-10-17 23:20:29 +00:00
InstCombine New testcase, rework testcases to fail if there are any gep's other than those 2004-10-16 19:44:23 +00:00
LevelRaise -debug option does not exist in a release build 2004-07-01 04:10:15 +00:00
LICM New testcase for PR420 2004-09-15 00:58:49 +00:00
LoopSimplify New testcase where loop simplify is not updating domfrontiers correctly 2004-04-13 16:22:04 +00:00
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 New testcase 2004-04-19 18:06:34 +00:00
LowerInvoke
LowerSetJmp
LowerSwitch
Mem2Reg New testcase, no PHI should be inserted. 2004-10-17 21:25:32 +00:00
ModuloSched
PiNodeInserter
PRE
ProfilePaths
PruneEH
RaiseAllocations
Reassociate
ScalarRepl Instcombine now helps out with these 2004-09-19 18:45:45 +00:00
SCCP New testcase 2004-04-13 19:43:33 +00:00
SimplifyCFG When converting phi nodes into select instructions, we shouldn't promote PHI 2004-10-14 05:12:50 +00:00
TailCallElim
TailDup When tail duplicating these functions, the add instruction should not be 2004-10-06 03:26:38 +00:00