This is an archive of the discontinued LLVM Phabricator instance.

[AArch64] SVE implies fullfp16
ClosedPublic

Authored by efriedma on Feb 21 2020, 3:33 PM.

Details

Summary

This is explicitly guaranteed in ARMARM. And it makes reasoning about vectors easier: we can assume that if a vector operation is legal, the corresponding scalar operation is also legal.

Diff Detail

Event Timeline

efriedma created this revision.Feb 21 2020, 3:33 PM
This revision is now accepted and ready to land.Feb 22 2020, 9:08 AM
This revision was automatically updated to reflect the committed changes.