http://llvm.org/bugs/show_bug.cgi?id=18112
Bug ID: 18112
Summary: arm call generates incorrect code
Product: new-bugs
Version: 3.3
Hardware: Other
OS: Linux
Status: NEW
Severity: normal
Priority: P
Component: new bugs
Assignee: [email protected]
Reporter: [email protected]
CC: [email protected]
Classification: Unclassified
Created attachment 11644
--> http://llvm.org/bugs/attachment.cgi?id=11644&action=edit
very small testcase demonstrating bug
the third param to a routine (follows a large pass-struct-by-value) doesn't
quite make it:
$ ./test_gcc
addresses (caller): 0xbee27450 0xbee271f8 0xbee26fa0
addresses (callee): 0xbee27450 0xbee26d44 0xbee26fa0
$ ./test_clang
addresses (caller): 0xbecfc450 0xbecfc1f8 0xbecfbfa0
addresses (callee): 0xbecfc450 0xbecfbd24 (nil)
(see attached testcase)
possibly related?:
http://llvm.org/bugs/show_bug.cgi?id=11018
http://llvm.org/bugs/show_bug.cgi?id=16368
http://llvm.org/bugs/show_bug.cgi?id=12793
http://llvm.org/bugs/show_bug.cgi?id=8040
--
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