This is an archive of the discontinued LLVM Phabricator instance.

[ARM] FP16: support VFMA
ClosedPublic

Authored by SjoerdMeijer on Aug 2 2018, 8:44 AM.

Details

Summary

This is addressing PR38404.

Diff Detail

Event Timeline

SjoerdMeijer created this revision.Aug 2 2018, 8:44 AM
efriedma accepted this revision.Aug 2 2018, 2:17 PM

LGTM

lib/Target/ARM/ARMInstrNEON.td
4742

I guess this should also check HasNEON, for completeness? Unlikely to make a difference in practice.

This revision is now accepted and ready to land.Aug 2 2018, 2:17 PM
SjoerdMeijer added inline comments.Aug 3 2018, 1:47 AM
lib/Target/ARM/ARMInstrNEON.td
4742

Yes, thanks! I will add this.