This is an archive of the discontinued LLVM Phabricator instance.

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

Authored by dsanders on Nov 3 2014, 3:54 AM.

Details

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 15687.Nov 3 2014, 3:54 AM
dsanders retitled this revision from to [mips] Removed MipsISelLowering::analyzeFormalArguments() in favour of CCState::AnalyzeFormalArguments().
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.Nov 6 2014, 7:42 AM
vmedic edited edge metadata.

LGTM

This revision is now accepted and ready to land.Nov 6 2014, 7:42 AM
dsanders closed this revision.Nov 6 2014, 8:47 AM