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

           Summary: callee can't get the i64 parameter correctly.
           Product: new-bugs
           Version: unspecified
          Platform: Macintosh
        OS/Version: MacOS X
            Status: NEW
          Severity: normal
          Priority: P2
         Component: new bugs
        AssignedTo: [EMAIL PROTECTED]
        ReportedBy: [EMAIL PROTECTED]
                CC: [email protected]


when passing long long parameter mixed with short, int, (parameters should
large than 8, so to run out of r3~r10), callee can't calculate the address of
long long parameter passed by caller correctly(the alignment error, 4 bytes
alignment should be added between long long's previous slot, not between long
long's hi32 and lo32 slot).


-- 
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.
_______________________________________________
LLVMbugs mailing list
[email protected]
http://lists.cs.uiuc.edu/mailman/listinfo/llvmbugs

Reply via email to