This is an archive of the discontinued LLVM Phabricator instance.

[mips] Don't use odd-numbered float registers for double arguments for fastcc calling convention if FP is 64-bit and +nooddspreg is used
ClosedPublic

Authored by sstankovic on Aug 20 2014, 3:49 AM.

Details

Reviewers
dsanders
Summary

[mips] Don't use odd-numbered float registers for double arguments for fastcc calling convention if FP is 64-bit and +nooddspreg is used.

Diff Detail

Event Timeline

sstankovic updated this revision to Diff 12695.Aug 20 2014, 3:49 AM
sstankovic retitled this revision from to [mips] Don't use odd-numbered float registers for double arguments for fastcc calling convention if FP is 64-bit and +nooddspreg is used.
sstankovic updated this object.
sstankovic edited the test plan for this revision. (Show Details)
sstankovic added a reviewer: dsanders.
sstankovic added a subscriber: Unknown Object (MLST).
dsanders accepted this revision.Aug 21 2014, 6:25 AM
dsanders edited edge metadata.

LGTM

This revision is now accepted and ready to land.Aug 21 2014, 6:25 AM
sstankovic closed this revision.Aug 22 2014, 2:42 AM

Closed by commit r216262