[LLVMbugs] [Bug 3199] New: callee can't get the i64 parameter correctly.

bugzilla-daemon at cs.uiuc.edu bugzilla-daemon at cs.uiuc.edu
Thu Dec 11 05:28:21 PST 2008


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: unassignedbugs at nondot.org
        ReportedBy: dodohack at gmail.com
                CC: llvmbugs at cs.uiuc.edu


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.



More information about the llvm-bugs mailing list