[LLVMbugs] [Bug 15868] New: Argument passing fails for large arguments type by value for arm.

bugzilla-daemon at llvm.org bugzilla-daemon at llvm.org
Tue Apr 30 07:25:25 PDT 2013


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

            Bug ID: 15868
           Summary: Argument passing fails for large arguments type by
                    value for arm.
           Product: clang
           Version: 3.2
          Hardware: PC
                OS: Linux
            Status: NEW
          Severity: normal
          Priority: P
         Component: LLVM Codegen
          Assignee: unassignedclangbugs at nondot.org
          Reporter: rahul.s1 at samsung.com
                CC: llvmbugs at cs.uiuc.edu
    Classification: Unclassified

Created attachment 10441
  --> http://llvm.org/bugs/attachment.cgi?id=10441&action=edit
the test case

The architecture is Arm.


For the attached test cases,
when the structure passed is of large size , Clang is clearly sending a pointer
type to an address as function parameter.
but while accessing the parameter on callee side,
we are getting wrong values.

-- 
You are receiving this mail because:
You are on the CC list for the bug.
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.llvm.org/pipermail/llvm-bugs/attachments/20130430/063b0941/attachment.html>


More information about the llvm-bugs mailing list