Fix an illegal tailcall opt where the callee returns a double via xmm while caller...
authorEvan Cheng <evan.cheng@apple.com>
Tue, 25 Sep 2012 05:32:34 +0000 (05:32 +0000)
committerEvan Cheng <evan.cheng@apple.com>
Tue, 25 Sep 2012 05:32:34 +0000 (05:32 +0000)
commitb1cacc74232164a9d80ee65d20e0095b25eb74d8
tree04ab6b974a1f9a026aa1787c3806a0141551ce29
parentd0a553e5ecd8726de88af26da7d258e15f626e37
Fix an illegal tailcall opt where the callee returns a double via xmm while caller returns x86_fp80 via st0. rdar://12229511

git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@164588 91177308-0d34-0410-b5e6-96231b3b80d8
lib/Target/X86/X86ISelLowering.cpp
lib/Target/X86/X86ISelLowering.h
test/CodeGen/X86/tailcall-64.ll