]> granicus.if.org Git - llvm/commit
Merged from r219196:
authorDaniel Sanders <daniel.sanders@imgtec.com>
Mon, 1 Dec 2014 14:15:05 +0000 (14:15 +0000)
committerDaniel Sanders <daniel.sanders@imgtec.com>
Mon, 1 Dec 2014 14:15:05 +0000 (14:15 +0000)
commitc10d50bda0dbe5d82b77c58d182db9b1dbfd77ed
tree34f2d86650720d91ee02eebfca0403160fb73f11
parentdcc85a306ca12b417a43119be68a5456e9242eea
Merged from r219196:

[mips] Return {f128} correctly for N32/N64.

Summary:
According to the ABI documentation, f128 and {f128} should both be returned
in $f0 and $f2. However, this doesn't match GCC's behaviour which is to
return f128 in $f0 and $f2, but {f128} in $f0 and $f1.

Reviewers: vmedic

Reviewed By: vmedic

Subscribers: llvm-commits

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

git-svn-id: https://llvm.org/svn/llvm-project/llvm/branches/release_35@223022 91177308-0d34-0410-b5e6-96231b3b80d8
lib/Target/Mips/MipsCallingConv.td
lib/Target/Mips/MipsISelLowering.cpp