llvm/test/Transforms
Chris Lattner d1eaebef49 The simplifycfg pass should be able to turn stuff like:
if (X == 4 || X == 7)
and
  if (X != 4 && X != 7)

into switch instructions.


git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@11791 91177308-0d34-0410-b5e6-96231b3b80d8
2004-02-24 05:34:44 +00:00
..
ADCE New testcase for missed optimization 2003-12-19 09:08:15 +00:00
BasicAA New testcase for better mod/ref information that basicaa can provide 2004-01-30 22:18:47 +00:00
BlockPlacement Basic functionality testing. 2004-02-11 05:00:27 +00:00
ConstantMerge
ConstProp
CorrelatedExprs
DeadArgElim
DecomposeMultiDimRefs
DSAnalysis
FunctionResolve
GCSE
GlobalDCE
IndVarsSimplify new testcase for cananonicalization of subtracts 2003-12-22 05:24:45 +00:00
Inline Improve portability with Mac OS/X 2003-12-09 16:49:12 +00:00
InstCombine Test for the other way also 2004-02-23 20:24:16 +00:00
LevelRaise
LICM New testcase 2003-12-19 06:54:37 +00:00
LoopSimplify New testcase for PR223: Loopsimplify incorrectly updates dominator information 2004-02-05 21:11:38 +00:00
LowerInvoke new testcase 2003-12-10 20:18:09 +00:00
LowerSetJmp
LowerSwitch
Mem2Reg
ModuloSched
PiNodeInserter
PRE
ProfilePaths
PruneEH
RaiseAllocations New testcase that the raiseallocations pass should be able to handle. 2003-12-07 01:25:36 +00:00
Reassociate
ScalarRepl New testcase 2004-01-12 01:17:42 +00:00
SCCP Test to make sure we can SCCP load instructions 2004-01-12 04:28:32 +00:00
SimplifyCFG The simplifycfg pass should be able to turn stuff like: 2004-02-24 05:34:44 +00:00
TailCallElim new test 2003-12-14 23:39:34 +00:00
TailDup