[LLVMbugs] [Bug 2234] turn off gcc inliner from llvm-gcc
bugzilla-daemon at cs.uiuc.edu
bugzilla-daemon at cs.uiuc.edu
Sat May 17 09:10:07 PDT 2008
http://llvm.org/bugs/show_bug.cgi?id=2234
Duncan Sands <baldrick at free.fr> changed:
What |Removed |Added
----------------------------------------------------------------------------
Status|NEW |RESOLVED
Resolution| |FIXED
--- Comment #16 from Duncan Sands <baldrick at free.fr> 2008-05-17 11:10:06 ---
The gcc early inliner has been turned off, along with the other early ipa
optimizations:
http://lists.cs.uiuc.edu/pipermail/llvm-commits/Week-of-Mon-20080512/062577.html
This may have broken attr(always_inline) - not sure. If so, there should be
another PR for that.
--
Configure bugmail: http://llvm.org/bugs/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are on the CC list for the bug.
More information about the llvm-bugs
mailing list