[LLVMdev] Inline hints for *compiler clients*
Chris Lattner
sabre at nondot.org
Wed Mar 15 14:32:04 PST 2006
On Wed, 15 Mar 2006, Chris Lattner wrote:
> On Wed, 15 Mar 2006, John Criswell wrote:
>> Vikram S. Adve wrote:
>> Basically what I think would be useful is an option to the inliner that
>> gives it a list of functions to skip when inlining. My argument for this
>> is that we have several transformations now that search for calls to
>> specific functions; if those functions are inlined, the transform pass can
>> no longer find the calls.
>
> Are these passes implemented in LLVM code? Is there any reason not the leave
Sorry, s/Are these passes/Are these functions/
:)
-Chris
--
http://nondot.org/sabre/
http://llvm.org/
More information about the llvm-dev
mailing list