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

Bill Wendling wendling at apple.com
Fri Sep 3 20:45:04 PDT 2010


Hi Owen,

No worries. I knew you were going to do this. :-)

-bw

On Sep 3, 2010, at 8:04 PM, Owen Anderson wrote:

> 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
> 





More information about the llvm-branch-commits mailing list