This is an archive of the discontinued LLVM Phabricator instance.

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

Authored by dsanders on Oct 24 2014, 9:18 AM.

Details

Reviewers
vmedic
Summary

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.

Diff Detail

Event Timeline

dsanders updated this revision to Diff 15418.Oct 24 2014, 9:18 AM
dsanders retitled this revision from to [mips] Removed MipsISelLowering::analyzeFormalArguments() in favour of CCState::AnalyzeFormalArguments(). NFC..
dsanders updated this object.
dsanders edited the test plan for this revision. (Show Details)
dsanders added a reviewer: vmedic.
dsanders added a subscriber: Unknown Object (MLST).
vmedic accepted this revision.Oct 27 2014, 5:53 AM
vmedic edited edge metadata.

LGTM

This revision is now accepted and ready to land.Oct 27 2014, 5:53 AM
dsanders closed this revision.Dec 4 2014, 9:34 AM