[LLVMbugs] [Bug 4638] Missing simplification of calls

bugzilla-daemon at cs.uiuc.edu bugzilla-daemon at cs.uiuc.edu
Thu Aug 6 09:49:35 PDT 2009


http://llvm.org/bugs/show_bug.cgi?id=4638


Chris Lattner <clattner at apple.com> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
             Status|NEW                         |RESOLVED
         Resolution|                            |WORKSFORME




--- Comment #7 from Chris Lattner <clattner at apple.com>  2009-08-06 11:49:34 ---
The front-ends shouldn't be in the business of deciding whether they can cheat
on calling conventions.  We expect the optimizers to clean things up after
them.  It looks like it is happening in this case, so closing as 'works
correctly'.  Feel free to file optimizer enhancement requests if other cases
are not handled so well.


-- 
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