[llvm-commits] [llvm] r55673 - in /llvm/trunk: lib/Transforms/IPO/Inliner.cpp test/Transforms/Inline/2008-09-02-AlwaysInline.ll test/Transforms/Inline/2008-09-02-NoInline.ll
Chris Lattner
clattner at apple.com
Sun Sep 21 20:36:30 PDT 2008
On Sep 3, 2008, at 9:41 AM, Devang Patel wrote:
>
> On Sep 2, 2008, at 11:59 PM, Duncan Sands wrote:
>
>> Hi Devang,
>>
>>> respect inline=never and inline=always notes.
>>
>> what happens if you set inline=always on a function
>> that calls itself? Does the inliner go into an
>> infinite loop?
>
> That'd be a bug.
Ok, so what happens now? Is that a bug in the current code, or have
you fixed that?
-Chris
More information about the llvm-commits
mailing list