This is an archive of the discontinued LLVM Phabricator instance.

[AArch64] allow v8f16 types when FullFP16 is supported
ClosedPublic

Authored by SjoerdMeijer on Sep 13 2017, 6:05 AM.

Details

Summary

This adds support for allowing v8f16 vector types, thus avoiding conversions
from/to single precision for these types. This is a follow up patch of
commits r311154 and r312104, which added support for scalars and v4f16
types, respectively.

Diff Detail

Repository
rL LLVM

Event Timeline

SjoerdMeijer created this revision.Sep 13 2017, 6:05 AM
samparker accepted this revision.Sep 15 2017, 1:46 AM

LGTM. Luckily the +fullfp16 output is less unwiedly....

This revision is now accepted and ready to land.Sep 15 2017, 1:46 AM
This revision was automatically updated to reflect the committed changes.