[LLVMbugs] [Bug 7742] Aggregate passed in wrong register on x86-64 Darwin/Linux.
bugzilla-daemon at llvm.org
bugzilla-daemon at llvm.org
Thu Jul 29 09:28:43 PDT 2010
http://llvm.org/bugs/show_bug.cgi?id=7742
Chris Lattner <clattner at apple.com> changed:
What |Removed |Added
----------------------------------------------------------------------------
Status|NEW |RESOLVED
Resolution| |FIXED
--- Comment #2 from Chris Lattner <clattner at apple.com> 2010-07-29 11:28:42 CDT ---
Actually, this looks already fixed on mainline. I get this:
define double @foo(double %X.coerce) nounwind ssp {
This is terrible for performance, but is correct.
--
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