[LLVMbugs] [Bug 2186] too many params when passing big struct by value

bugzilla-daemon at cs.uiuc.edu bugzilla-daemon at cs.uiuc.edu
Wed Apr 2 10:01:29 PDT 2008


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


Chris Lattner <sabre at nondot.org> changed:

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




--- Comment #7 from Chris Lattner <sabre at nondot.org>  2008-04-02 12:01:29 ---
This bug is fixed in two ways on mainline:

1) as targets adopt byval more, this becomes a non-issue.
2) even if they don't, on mainline the argument # for the param attr is a int32
now instead of int16.


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