[llvm-branch-commits] [llvm-branch] r113060 - /llvm/branches/release_28/include/llvm/Support/StandardPasses.h

Owen Anderson resistor at mac.com
Fri Sep 3 20:02:01 PDT 2010


Author: resistor
Date: Fri Sep  3 22:02:01 2010
New Revision: 113060

URL: http://llvm.org/viewvc/llvm-project?rev=113060&view=rev
Log:
Remove CorrelatedValuePropagation from the default pass set for LLVM 2.8.  It
has not yet received enough testing prior to this release.

Modified:
    llvm/branches/release_28/include/llvm/Support/StandardPasses.h

Modified: llvm/branches/release_28/include/llvm/Support/StandardPasses.h
URL: http://llvm.org/viewvc/llvm-project/llvm/branches/release_28/include/llvm/Support/StandardPasses.h?rev=113060&r1=113059&r2=113060&view=diff
==============================================================================
--- llvm/branches/release_28/include/llvm/Support/StandardPasses.h (original)
+++ llvm/branches/release_28/include/llvm/Support/StandardPasses.h Fri Sep  3 22:02:01 2010
@@ -122,7 +122,6 @@
       PM->add(createSimplifyLibCallsPass());    // Library Call Optimizations
     PM->add(createInstructionCombiningPass());  // Cleanup for scalarrepl.
     PM->add(createJumpThreadingPass());         // Thread jumps.
-    PM->add(createCorrelatedValuePropagationPass()); // Propagate conditionals
     PM->add(createCFGSimplificationPass());     // Merge & remove BBs
     PM->add(createInstructionCombiningPass());  // Combine silly seq's
     





More information about the llvm-branch-commits mailing list