Handle a v2f64 formal parameter that is split between registers and memory
authorBob Wilson <bob.wilson@apple.com>
Tue, 13 Apr 2010 22:03:22 +0000 (22:03 +0000)
committerBob Wilson <bob.wilson@apple.com>
Tue, 13 Apr 2010 22:03:22 +0000 (22:03 +0000)
commit6a234f07faf164e62f0799fa87f5742528cc043a
tree55c13780c68b29665bc6a5b2f312734aaeaf9a32
parent535f4de469c58e326e8bf49310ac30fe4e792a02
Handle a v2f64 formal parameter that is split between registers and memory
such that the entire second half is in memory.  Radar 7855014.

git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@101181 91177308-0d34-0410-b5e6-96231b3b80d8
lib/Target/ARM/ARMISelLowering.cpp
test/CodeGen/ARM/2010-04-13-v2f64SplitArg.ll [new file with mode: 0644]