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

Owen Anderson resistor at mac.com
Fri Sep 3 20:04:39 PDT 2010


Bill,

Of course, right after I committed this, I saw your note about not committing things ourselves.  Hopefully this is still alright, since we discussed it previously.  Either way, I'll be sure not to make any direct commits to the branch again.

Sorry!

--Owen

Begin forwarded message:

> From: Owen Anderson <resistor at mac.com>
> Date: September 3, 2010 8:02:01 PM PDT
> To: llvm-branch-commits at cs.uiuc.edu
> Subject: [llvm-branch-commits] [llvm-branch] r113060 - /llvm/branches/release_28/include/llvm/Support/StandardPasses.h
> Reply-To: llvm-branch-commits at cs.uiuc.edu
> 
> 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
> 
> 
> 
> _______________________________________________
> llvm-branch-commits mailing list
> llvm-branch-commits at cs.uiuc.edu
> http://lists.cs.uiuc.edu/mailman/listinfo/llvm-branch-commits

-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.llvm.org/pipermail/llvm-branch-commits/attachments/20100903/1cd0e44a/attachment.html>


More information about the llvm-branch-commits mailing list