This is an archive of the discontinued LLVM Phabricator instance.

[AArch64][SVE2] Asm: support SVE2 Floating Point Convert Group
ClosedPublic

Authored by c-rhodes on May 24 2019, 6:05 AM.

Details

Summary

Patch adds support for the following intructions:

SVE2 floating-point convert precision:

  • FCVTXNT, FCVTNT, FCVTLT

The specification can be found here:
https://developer.arm.com/docs/ddi0602/latest

Diff Detail

Event Timeline

c-rhodes created this revision.May 24 2019, 6:05 AM
chill accepted this revision.May 24 2019, 6:24 AM
This revision is now accepted and ready to land.May 24 2019, 6:24 AM
This revision was automatically updated to reflect the committed changes.