Tim Northover 5530ac99e6 ARM: treat [N x i32] and [N x i64] as AAPCS composite types
The logic is almost there already, with our special homogeneous aggregate
handling. Tweaking it like this allows front-ends to emit AAPCS compliant code
without ever having to count registers or add discarded padding arguments.

Only arrays of i32 and i64 are needed to model AAPCS rules, but I decided to
apply the logic to all integer arrays for more consistency.

git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@230348 91177308-0d34-0410-b5e6-96231b3b80d8
2015-02-24 17:22:34 +00:00
..
2014-11-14 22:45:23 +00:00
2015-01-14 22:27:36 +00:00
2014-11-17 14:08:57 +00:00
2014-12-04 19:34:50 +00:00
2015-01-19 15:16:06 +00:00
2014-12-22 13:29:46 +00:00
2014-12-09 21:25:00 +00:00
2014-12-09 21:25:00 +00:00