llvm-6502/test/Transforms
Dan Gohman 841a147531 Fix SplitBlockPredecessors' LoopInfo updating code to handle the case
where a loop's header is being split and it has predecessors which are not
contained by the most-nested loop which contains the loop.
This fixes PR5235.


git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@84505 91177308-0d34-0410-b5e6-96231b3b80d8
2009-10-19 16:04:50 +00:00
..
ADCE
ArgumentPromotion
BlockPlacement
BranchFolding
CodeExtractor
CodeGenPrepare
CondProp
ConstantMerge
ConstProp Teach vm core to more aggressively fold 'trunc' constantexprs, 2009-10-17 21:53:27 +00:00
DeadArgElim
DeadStoreElimination
FunctionAttrs
GlobalDCE
GlobalOpt Autoupgrade malloc insts to malloc calls. 2009-10-17 00:00:19 +00:00
GVN Check that GVN performs this transform even if the calls 2009-10-16 12:18:23 +00:00
IndVarSimplify Add a testcase for r83011. 2009-09-28 21:03:02 +00:00
Inline Simplify some code (first hunk) and fix PR5208 (second hunk) by 2009-10-17 05:39:39 +00:00
InstCombine remove a now-pointless regtest 2009-10-18 05:20:17 +00:00
Internalize
IPConstantProp
JumpThreading when folding duplicate conditions, delete the 2009-10-11 18:39:58 +00:00
LCSSA Move the dominator verification code out of special code embedded within 2009-09-28 00:27:48 +00:00
LICM LICM shouldn't sink/delete debug information. Fix this and add a testcase. 2009-10-11 19:15:54 +00:00
LoopDeletion
LoopIndexSplit
LoopRotate Add a testcase to help test analysis preservation. 2009-09-28 18:40:27 +00:00
LoopSimplify Fix SplitBlockPredecessors' LoopInfo updating code to handle the case 2009-10-19 16:04:50 +00:00
LoopStrengthReduce
LoopUnroll
LoopUnswitch Move the dominator verification code out of special code embedded within 2009-09-28 00:27:48 +00:00
LowerInvoke
LowerSetJmp
LowerSwitch
Mem2Reg
MemCpyOpt
MergeFunc
PruneEH
RaiseAllocations
Reassociate
ScalarRepl
SCCP
SimplifyCFG change simplifycfg to not duplicate 'unwind' instructions. Hopefully 2009-10-13 18:13:05 +00:00
SimplifyLibCalls
SRETPromotion
SSI
StripSymbols
TailCallElim
TailDup