This is an archive of the discontinued LLVM Phabricator instance.

[AArch64 NEON] Fix a bug in implementing register copy bwtween FPR16.
ClosedPublic

Authored by kevin.qin on Jan 21 2014, 10:28 PM.

Details

Reviewers
t.p.northover
Summary

Hi,

Please review. Thanks.

Diff Detail

Event Timeline

Hi Kevin,

The change looks obvious, but can we have a test? It shouldn't be too difficult to come up with a test where the compiler is forced to copy an FPR16 in a known way.

Cheers.

Tim.

kevin.qin updated this revision to Unknown Object (????).Jan 22 2014, 10:20 PM

Thank Tim for review. Corresponding test case is added.

t.p.northover accepted this revision.Jan 23 2014, 7:31 AM

Looks good to me. Thanks Kevin.

Eugene.Zelenko closed this revision.Oct 3 2016, 6:53 PM
Eugene.Zelenko added a subscriber: Eugene.Zelenko.

Committed in rL199978.