[PATCH] [mips] Removed MipsISelLowering::analyzeFormalArguments() in favour of CCState::AnalyzeFormalArguments(). NFC.

Daniel Sanders daniel.sanders at imgtec.com
Fri Oct 24 09:18:41 PDT 2014


Hi vmedic,

As with returns, we must be able to identify f128 arguments despite them
being lowered away. We do this with a pre-analyze step that builds a
vector and then we use this vector from the tablegen-erated code.

http://reviews.llvm.org/D5979

Files:
  lib/Target/Mips/MipsISelLowering.cpp
  lib/Target/Mips/MipsISelLowering.h
-------------- next part --------------
A non-text attachment was scrubbed...
Name: D5979.15418.patch
Type: text/x-patch
Size: 3327 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20141024/56c69cd0/attachment.bin>


More information about the llvm-commits mailing list