[LLVMdev] inline functions
John Criswell
criswell at illinois.edu
Fri Oct 21 07:34:22 PDT 2011
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.
-- John T.
>
> Any idea ?
>
More information about the llvm-dev
mailing list