llvm-6502/test/Transforms
Arnaud A. de Grandmaison eb9a42e8ab IndVarSimplify: do not recompute an IV value outside of the loop if :
- it is trivially known to be used inside the loop in a way that can not be optimized away
- there is no use outside of the loop which can take advantage of the computation hoisting

git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@177432 91177308-0d34-0410-b5e6-96231b3b80d8
2013-03-19 20:00:22 +00:00
..
ADCE
ArgumentPromotion
BBVectorize
BlockPlacement
BranchFolding
CodeExtractor
CodeGenPrepare
ConstantMerge
ConstProp
CorrelatedValuePropagation
DeadArgElim Split out filename & directory from DIFile to start generalizing over DIScopes 2013-03-17 21:13:55 +00:00
DeadStoreElimination
EarlyCSE Initially forgotten-to-svn-add test case for r177279. 2013-03-18 12:07:24 +00:00
FunctionAttrs
GCOVProfiling Emit the linkage name instead of the function name, when available. This means 2013-03-19 01:37:55 +00:00
GlobalDCE
GlobalOpt
GVN
IndVarSimplify IndVarSimplify: do not recompute an IV value outside of the loop if : 2013-03-19 20:00:22 +00:00
Inline
InstCombine Split out filename & directory from DIFile to start generalizing over DIScopes 2013-03-17 21:13:55 +00:00
InstSimplify Check whether a pointer is non-null (isKnownNonNull) in isKnownNonZero. 2013-03-18 21:23:25 +00:00
Internalize
IPConstantProp
JumpThreading
LCSSA
LICM
LoopDeletion
LoopIdiom
LoopRotate
LoopSimplify
LoopStrengthReduce
LoopUnroll
LoopUnswitch
LoopVectorize LoopVectorizer: Insert some white space to make test case more readable 2013-03-14 21:31:09 +00:00
LowerAtomic
LowerExpectIntrinsic
LowerInvoke
LowerSwitch
Mem2Reg Split out filename & directory from DIFile to start generalizing over DIScopes 2013-03-17 21:13:55 +00:00
MemCpyOpt
MergeFunc
MetaRenamer
ObjCARC Reduced dont-infinite-loop-during-block-escape-analysis.ll with bugpoint and moved it to retain-block-escape-analysis.ll. 2013-03-17 21:31:12 +00:00
PhaseOrdering
PruneEH
Reassociate
Reg2Mem
ScalarRepl Split out filename & directory from DIFile to start generalizing over DIScopes 2013-03-17 21:13:55 +00:00
SCCP
SimplifyCFG
SimplifyLibCalls
Sink
SROA
StripSymbols
TailCallElim
TailDup