[PATCH] D62206: [AArch64][SVE2] Asm: support SVE2 String Processing Group

Cullen Rhodes via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Tue May 21 09:12:50 PDT 2019


c-rhodes created this revision.
c-rhodes added reviewers: sdesmalen, SjoerdMeijer, rovka.
Herald added subscribers: kristof.beyls, tschuett, javed.absar.
Herald added a project: LLVM.
c-rhodes added a parent revision: D62205: [AArch64][SVE2] Asm: support SVE2 Narrowing Group.

Patch adds support for the SVE2 character match instructions MATCH and NMATCH.

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


Repository:
  rL LLVM

https://reviews.llvm.org/D62206

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

-------------- next part --------------
A non-text attachment was scrubbed...
Name: D62206.200526.patch
Type: text/x-patch
Size: 10202 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20190521/5b00dfb1/attachment.bin>


More information about the llvm-commits mailing list