This is an archive of the discontinued LLVM Phabricator instance.

[mips] Move all ByVal handling into CCState and tablegen-erated code. NFC.
ClosedPublic

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

Details

Summary

CCState already contains a byval implementation that is very similar to the
Mips custom code. This patch merges the custom code into the existing
common code and tablegen-erated code.

Diff Detail

Repository
rL LLVM

Event Timeline

dsanders updated this revision to Diff 15416.Oct 24 2014, 9:13 AM
dsanders retitled this revision from to [mips] Move all ByVal handling into CCState and tablegen-erated code. 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 28 2014, 6:09 AM
vmedic edited edge metadata.

LGTM

This revision is now accepted and ready to land.Oct 28 2014, 6:09 AM
dsanders closed this revision.Nov 1 2014, 12:27 PM
dsanders updated this revision to Diff 15669.

Closed by commit rL221059 (authored by @dsanders).