llvm-6502/test/Transforms
Duncan Sands c82b6a1ed2 Ignore loads from and stores to local memory (i.e. allocas)
when deciding whether to mark a function readnone/readonly.
Since the pass is currently run before SROA, this may be
quite helpful.  Requested by Chris on IRC.


git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@57050 91177308-0d34-0410-b5e6-96231b3b80d8
2008-10-04 13:24:24 +00:00
..
ADCE
AddReadAttrs Ignore loads from and stores to local memory (i.e. allocas) 2008-10-04 13:24:24 +00:00
ArgumentPromotion
BlockPlacement
BranchFolding
CodeExtractor
CondProp
ConstantMerge
ConstProp
DeadArgElim Support inreg, zext and sext as return value attributes. 2008-09-29 20:49:50 +00:00
DeadStoreElimination
GlobalDCE
GlobalOpt
GVN
GVNPRE
IndVarsSimplify Allow the construction of SCEVs with SCEVCouldNotCompute operands, by 2008-10-04 11:19:07 +00:00
Inline
InstCombine Fix misoptimization of: xor i1 (icmp eq (X, C1), icmp s[lg]t (X, C2)) 2008-09-30 06:08:34 +00:00
Internalize
IPConstantProp
JumpThreading
LCSSA
LICM
LoopDeletion
LoopIndexSplit
LoopRotate
LoopSimplify
LoopStrengthReduce
LoopUnroll
LoopUnswitch
LowerInvoke
LowerSetJmp
LowerSwitch
Mem2Reg
MemCpyOpt
PredicateSimplifier
PruneEH
RaiseAllocations
Reassociate
ScalarRepl Add a testcase showing that scalarrepl supports first class structs. 2008-09-29 10:42:13 +00:00
SCCP
SimplifyCFG Nick Lewycky's patch. 2008-10-03 18:57:37 +00:00
SimplifyLibCalls
SRETPromotion
StripSymbols
TailCallElim
TailDup