[LLVMbugs] [Bug 6724] call to devirtualized thunk not being inlined
bugzilla-daemon at llvm.org
bugzilla-daemon at llvm.org
Fri Apr 30 18:19:32 PDT 2010
http://llvm.org/bugs/show_bug.cgi?id=6724
Chris Lattner <clattner at apple.com> changed:
What |Removed |Added
----------------------------------------------------------------------------
Status|NEW |RESOLVED
Resolution| |FIXED
--- Comment #9 from Chris Lattner <clattner at apple.com> 2010-04-30 20:19:31 CDT ---
Implemented in a series of patches leading up to r102823. The testcase is now
compiled into "return 4" with a lot of dead vtable gunk due to Bug 6996.
llvm-gcc is generating some thunks as weak instead of weak_odr, so it isn't
getting the inlining.
--
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