This is an archive of the discontinued LLVM Phabricator instance.

[AArch64][SVE2] Asm: support FCVTX/FLOGB instructions
ClosedPublic

Authored by c-rhodes on May 28 2019, 7:15 AM.

Details

Summary

Patch completes SVE2 support for:

SVE Floating Point Unary Operations - Predicated Group

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

Diff Detail

Repository
rL LLVM

Event Timeline

c-rhodes created this revision.May 28 2019, 7:15 AM
This revision is now accepted and ready to land.May 29 2019, 1:55 AM
This revision was automatically updated to reflect the committed changes.