[PATCH] [mips] Move F128 argument handling into MipsCCState as we did for returns. NFC.

Daniel Sanders daniel.sanders at imgtec.com
Fri Oct 24 03:59:10 PDT 2014


Hi vmedic,

There are a couple more changes to make before analyzeFormalArguments can
be merged into the standard AnalyzeFormalArguments. I've had to temporarily
poke a couple holes in MipsCCState's encapsulation to save having to make
all the required changes for this merge all at once*. These will be removed
shortly.

* We must merge our ByVal argument handling with the implementation in CCState.
  This will be done over the next three patches, then the fourth will merge
  analyzeFormalArguments with AnalyzeFormalArguments.

Depends on D5967

http://reviews.llvm.org/D5969

Files:
  lib/Target/Mips/MipsCallingConv.td
  lib/Target/Mips/MipsISelLowering.cpp
  lib/Target/Mips/MipsISelLowering.h
-------------- next part --------------
A non-text attachment was scrubbed...
Name: D5969.15400.patch
Type: text/x-patch
Size: 9133 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20141024/217c6199/attachment.bin>


More information about the llvm-commits mailing list