Tentatively add correlated value propagation to the set of standard passes.

llvm-svn: 112723
This commit is contained in:
Owen Anderson 2010-09-01 18:30:15 +00:00
parent 73f988cafa
commit c637c49c11
1 changed files with 1 additions and 0 deletions

View File

@ -146,6 +146,7 @@ namespace llvm {
// opened up by them.
PM->add(createInstructionCombiningPass());
PM->add(createJumpThreadingPass()); // Thread jumps
PM->add(createCorrelatedValuePropagationPass());
PM->add(createDeadStoreEliminationPass()); // Delete dead stores
PM->add(createAggressiveDCEPass()); // Delete dead instructions
PM->add(createCFGSimplificationPass()); // Merge & remove BBs