llvm-6502/lib/Transforms/Scalar
Chris Lattner 0188534cd1 Instcombine this away:
%A = getelementptr [4 x int]* %M, long 0, long 0
        %B = getelementptr int* %A, long 2


git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@4536 91177308-0d34-0410-b5e6-96231b3b80d8
2002-11-04 16:43:32 +00:00
..
ADCE.cpp
BreakCriticalEdges.cpp BreakCriticalEdges should update dominance frontier information as well as 2002-10-31 02:44:36 +00:00
ConstantProp.cpp
CorrelatedExprs.cpp
DCE.cpp
DecomposeMultiDimRefs.cpp
GCSE.cpp
IndVarSimplify.cpp
InstructionCombining.cpp Instcombine this away: 2002-11-04 16:43:32 +00:00
LICM.cpp
Makefile
PiNodeInsertion.cpp
Reassociate.cpp Fixes to the reassociate pass to make it respect dominance properties 2002-10-31 17:12:59 +00:00
SCCP.cpp Make sure to _delete_ memory allocated by worklists 2002-11-04 02:54:22 +00:00
SimplifyCFG.cpp
SymbolStripping.cpp