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
Paths
| Differential D62526
[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:
Diff Detail
Event Timelinec-rhodes added a child revision: D62528: [AArch64][SVE2] Asm: support SVE2 load instructions.May 28 2019, 7:49 AM This revision is now accepted and ready to land.May 29 2019, 1:55 AM Closed by commit rL362071: [AArch64][SVE2] Asm: support FCVTX/FLOGB instructions (authored by c-rhodes). · Explain WhyMay 30 2019, 1:33 AM This revision was automatically updated to reflect the committed changes.
Revision Contents
Diff 202134 llvm/trunk/lib/Target/AArch64/AArch64SVEInstrInfo.td
llvm/trunk/lib/Target/AArch64/SVEInstrFormats.td
llvm/trunk/test/MC/AArch64/SVE2/fcvtx-diagnostics.s
llvm/trunk/test/MC/AArch64/SVE2/fcvtx.s
llvm/trunk/test/MC/AArch64/SVE2/flogb-diagnostics.s
llvm/trunk/test/MC/AArch64/SVE2/flogb.s
|