[LLVMbugs] [Bug 9791] x86-64 Linux structure calling convention is wrong
bugzilla-daemon at llvm.org
bugzilla-daemon at llvm.org
Mon Apr 25 01:21:53 PDT 2011
http://llvm.org/bugs/show_bug.cgi?id=9791
Anton Korobeynikov <asl at math.spbu.ru> changed:
What |Removed |Added
----------------------------------------------------------------------------
Status|NEW |RESOLVED
CC| |asl at math.spbu.ru
Resolution| |INVALID
--- Comment #1 from Anton Korobeynikov <asl at math.spbu.ru> 2011-04-25 03:21:52 CDT ---
This is intended behavior. It's frontend responsibility to lower complex ABI
rules into low level representation.
The ABI-correct LLVM IR is:
define i32 @foo(i8* nocapture %x.0, i64 %x.1) nounwind readnone {
...
}
--
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