llvm-6502/lib/Transforms/Scalar
Chris Lattner 00d513182d Make sure to reprocess instructions used by deleted instructions to avoid
missing opportunities for combination.


git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@13309 91177308-0d34-0410-b5e6-96231b3b80d8
2004-05-01 23:27:23 +00:00
..
ADCE.cpp
BasicBlockPlacement.cpp
ConstantProp.cpp Changes to fix up the inst_iterator to pass to boost iterator checks. This 2004-04-27 15:13:33 +00:00
CorrelatedExprs.cpp
DCE.cpp Changes to fix up the inst_iterator to pass to boost iterator checks. This 2004-04-27 15:13:33 +00:00
DecomposeMultiDimRefs.cpp
GCSE.cpp
IndVarSimplify.cpp Move the scev expansion code into this pass, where it belongs. There is 2004-04-23 21:29:48 +00:00
InstructionCombining.cpp Make sure to reprocess instructions used by deleted instructions to avoid 2004-05-01 23:27:23 +00:00
LICM.cpp Move isLoopInvariant to the Loop class 2004-04-18 22:46:08 +00:00
LoopUnroll.cpp Fix PR325 2004-04-20 20:26:03 +00:00
LoopUnswitch.cpp Initial checkin of a simple loop unswitching pass. It still needs work, 2004-04-19 18:07:02 +00:00
Makefile
PiNodeInsertion.cpp
PRE.cpp
Reassociate.cpp
ScalarReplAggregates.cpp
SCCP.cpp
SimplifyCFG.cpp
SymbolStripping.cpp
TailDuplication.cpp
TailRecursionElimination.cpp