This is an archive of the discontinued LLVM Phabricator instance.

[AArch64] Fix FCCMP with FP16 operands
ClosedPublic

Authored by bryanpkc on Jul 31 2018, 4:29 PM.

Diff Detail

Repository
rL LLVM

Event Timeline

bryanpkc created this revision.Jul 31 2018, 4:29 PM
SjoerdMeijer accepted this revision.Aug 1 2018, 12:27 AM

LGTM. Thanks for fixing this.

This revision is now accepted and ready to land.Aug 1 2018, 12:27 AM
This revision was automatically updated to reflect the committed changes.
hans added a subscriber: hans.Aug 2 2018, 1:54 AM

This was committed just after the 7.0 branch. Should we merge it to the release branch?

This should be straightforward merge/cherry-pick, and nice to have on the release branch. So I would say yes.

hans added a comment.Aug 2 2018, 2:15 AM

Good stuff. Merged in r338692.