This is an archive of the discontinued LLVM Phabricator instance.

ARMEB: Fix function return type f64
ClosedPublic

Authored by cpirker on May 30 2014, 9:36 AM.

Details

Reviewers
t.p.northover
Summary

Hi all,

This patch implements the correct word order to load f64 from stack location and return it as function return value.
Please review.

Thanks,
Christian

Diff Detail

Event Timeline

cpirker updated this revision to Diff 9962.May 30 2014, 9:36 AM
cpirker retitled this revision from to ARMEB: Fix function return type f64.
cpirker updated this object.
cpirker edited the test plan for this revision. (Show Details)
cpirker added subscribers: Unknown Object (MLST), Konrad.
t.p.northover accepted this revision.May 30 2014, 11:34 AM
t.p.northover added a reviewer: t.p.northover.
t.p.northover added a subscriber: t.p.northover.

Hi Christian,

This looks good to me.

Cheers.

Tim.

This revision is now accepted and ready to land.May 30 2014, 11:34 AM
cpirker closed this revision.Jun 1 2014, 2:45 AM

I committed this patch as rL209990.