[llvm] r184459 - Remove the simplify-libcalls pass (finally)

Chris Lattner clattner at apple.com
Thu Jun 20 13:08:41 PDT 2013


On Jun 20, 2013, at 12:48 PM, Meador Inge <meadori at codesourcery.com> wrote:

> Author: meadori
> Date: Thu Jun 20 14:48:07 2013
> New Revision: 184459
> 
> URL: http://llvm.org/viewvc/llvm-project?rev=184459&view=rev
> Log:
> Remove the simplify-libcalls pass (finally)
> 
> This commit completely removes what is left of the simplify-libcalls
> pass.  All of the functionality has now been migrated to the instcombine
> and functionattrs passes.  The following C API functions are now NOPs:
> 
>  1. LLVMAddSimplifyLibCallsPass
>  2. LLVMPassManagerBuilderSetDisableSimplifyLibCalls

Nice!  Please mention this in the release notes,

-Chris



More information about the llvm-commits mailing list