This is an archive of the discontinued LLVM Phabricator instance.

[AArch64] Cleanup of HasFullFP16 argument. NFC.
ClosedPublic

Authored by SjoerdMeijer on Aug 21 2017, 1:01 PM.

Details

Summary

This is a clean up of commit r311154; it's not necessary to pass HasFullFP16 as an argument, instead just query the DAG.

Another post-commit comment was related to FMOVH0, which I will address that in separate commit as that is a functional change.

Diff Detail

Repository
rL LLVM

Event Timeline

SjoerdMeijer created this revision.Aug 21 2017, 1:01 PM
This revision is now accepted and ready to land.Aug 22 2017, 1:23 AM
This revision was automatically updated to reflect the committed changes.