]> granicus.if.org Git - clang/commit
[X86] Mark inregs correctly for MCU psABI
authorMichael Kuperstein <michael.m.kuperstein@intel.com>
Sun, 25 Oct 2015 08:18:20 +0000 (08:18 +0000)
committerMichael Kuperstein <michael.m.kuperstein@intel.com>
Sun, 25 Oct 2015 08:18:20 +0000 (08:18 +0000)
commit30f5c21dde2f76f5f7956ec54926f351c3d30ecc
tree2b3190799b3fdaf61dc177c4a13ea855585b8984
parent1315efcc022d15c95c9d432dce46488b7dfa5ceb
[X86] Mark inregs correctly for MCU psABI

The MCU psABI calling convention is somewhat, but not quite, like -mregparm 3.
In particular, the rules involving structs are different.

Differential Revision: http://reviews.llvm.org/D13978

git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@251224 91177308-0d34-0410-b5e6-96231b3b80d8
lib/CodeGen/TargetInfo.cpp
test/CodeGen/x86_32-arguments-iamcu.c [new file with mode: 0644]