This is an archive of the discontinued LLVM Phabricator instance.

[mips] Generalize the handling of f128 return values to support f128 arguments.
ClosedPublic

Authored by dsanders on Sep 10 2014, 5:16 AM.

Details

Summary

This will allow us to handle f128 arguments without duplicating code from
CCState::AnalyzeFormalArguments() or CCState::AnalyzeCallOperands().

No functional change.

Diff Detail

Event Timeline

dsanders updated this revision to Diff 13532.Sep 10 2014, 5:16 AM
dsanders retitled this revision from to [mips] Generalize the handling of f128 return values to support f128 arguments..
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.Sep 25 2014, 2:39 AM
vmedic edited edge metadata.

LGTM

This revision is now accepted and ready to land.Sep 25 2014, 2:39 AM
dsanders closed this revision.Sep 26 2014, 3:16 AM