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
Paths
| Differential D62382
[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:
The specification can be found here:
Diff Detail
Event Timelinec-rhodes added a parent revision: D62307: [AArch64][SVE2] Asm: support SVE2 Crypto Extensions Group.May 24 2019, 6:05 AM c-rhodes added a child revision: D62383: [AArch64][SVE2] Asm: support SVE2 Floating Point Pairwise Group.May 24 2019, 6:07 AM This revision is now accepted and ready to land.May 24 2019, 6:24 AM Closed by commit rL361801: [AArch64][SVE2] Asm: support SVE2 Floating Point Convert Group (authored by c-rhodes). · Explain WhyMay 28 2019, 2:37 AM This revision was automatically updated to reflect the committed changes.
Revision Contents
Diff 201627 llvm/trunk/lib/Target/AArch64/AArch64SVEInstrInfo.td
llvm/trunk/lib/Target/AArch64/SVEInstrFormats.td
llvm/trunk/test/MC/AArch64/SVE2/fcvtlt-diagnostics.s
llvm/trunk/test/MC/AArch64/SVE2/fcvtlt.s
llvm/trunk/test/MC/AArch64/SVE2/fcvtnt-diagnostics.s
llvm/trunk/test/MC/AArch64/SVE2/fcvtnt.s
llvm/trunk/test/MC/AArch64/SVE2/fcvtxnt-diagnostics.s
llvm/trunk/test/MC/AArch64/SVE2/fcvtxnt.s
|