[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
Devang Patel
dpatel at apple.com
Wed Sep 3 09:41:04 PDT 2008
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.
-
Devang
More information about the llvm-commits
mailing list