[PATCH] D13978: [X86] Support MCU psABI when marking inregs
Michael Kuperstein via cfe-commits
cfe-commits at lists.llvm.org
Thu Oct 22 03:45:04 PDT 2015
mkuper created this revision.
mkuper added reviewers: rnk, rafael.
mkuper added a subscriber: cfe-commits.
mkuper added a dependency: D13977: [X86] Add elfiamcu triple support, and a workaround for PR3997.
Herald added a subscriber: aemerson.
The MCU psABI has a calling convention that is somewhat, but not quite, like -mregparm 3.
This adds support for this calling convention.
It depends on D13977 which introduces MCU triple support.
http://reviews.llvm.org/D13978
Files:
lib/CodeGen/TargetInfo.cpp
test/CodeGen/x86_32-arguments-iamcu.c
-------------- next part --------------
A non-text attachment was scrubbed...
Name: D13978.38107.patch
Type: text/x-patch
Size: 6459 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/cfe-commits/attachments/20151022/a2c8e4db/attachment.bin>
More information about the cfe-commits
mailing list