[PATCH] D62526: [AArch64][SVE2] Asm: support FCVTX/FLOGB instructions

Cullen Rhodes via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Tue May 28 07:15:21 PDT 2019


c-rhodes created this revision.
c-rhodes added reviewers: sdesmalen, SjoerdMeijer, rovka, chill.
Herald added subscribers: kristof.beyls, tschuett, javed.absar.
Herald added a project: LLVM.

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


Repository:
  rL LLVM

https://reviews.llvm.org/D62526

Files:
  lib/Target/AArch64/AArch64SVEInstrInfo.td
  lib/Target/AArch64/SVEInstrFormats.td
  test/MC/AArch64/SVE2/fcvtx-diagnostics.s
  test/MC/AArch64/SVE2/fcvtx.s
  test/MC/AArch64/SVE2/flogb-diagnostics.s
  test/MC/AArch64/SVE2/flogb.s

-------------- next part --------------
A non-text attachment was scrubbed...
Name: D62526.201662.patch
Type: text/x-patch
Size: 8700 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20190528/a2a81782/attachment.bin>


More information about the llvm-commits mailing list