[LLVMdev] inline functions

Julien Henry Julien.Henry at imag.fr
Fri Oct 21 08:09:55 PDT 2011


On Fri 21 Oct 2011 04:34:22 PM CEST, John Criswell wrote:
> On 10/21/11 7:18 AM, Julien Henry wrote:
>> Hi all,
>>
>> I have an LLVM bitcode file, with several functions in it.
>> I'm trying to inline these functions as much as possible, so that I can
>> obtain a big single function.
>> There is opt -inline, but it is not sufficient.
>
> There an option in opt to change the inlining threshold. Do opt 
> --help-hidden to find it. It might help.
>

Thanks. It seems to work as expected now.

> -- John T.
>>
>> Any idea ?
>>
>



-- 
Julien Henry
http://www-verimag.imag.fr/~jhenry/



More information about the llvm-dev mailing list