[PATCH] D105577: [AArch64][SME] Add SVE2 instructions added in SME

Cullen Rhodes via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Wed Jul 7 11:41:05 PDT 2021


c-rhodes created this revision.
Herald added subscribers: hiraditya, kristof.beyls, tschuett.
c-rhodes requested review of this revision.
Herald added a project: LLVM.

This patch adds support for the following instructions:

  SCLAMP, UCLAMP, REV, DUP (predicate)

The reference can be found here:
https://developer.arm.com/documentation/ddi0602/2021-06


Repository:
  rG LLVM Github Monorepo

https://reviews.llvm.org/D105577

Files:
  llvm/lib/Target/AArch64/AArch64SMEInstrInfo.td
  llvm/lib/Target/AArch64/AsmParser/AArch64AsmParser.cpp
  llvm/lib/Target/AArch64/SMEInstrFormats.td
  llvm/test/MC/AArch64/SME/dup-diagnostics.s
  llvm/test/MC/AArch64/SME/dup.s
  llvm/test/MC/AArch64/SME/revd-diagnostics.s
  llvm/test/MC/AArch64/SME/revd.s
  llvm/test/MC/AArch64/SME/sclamp-diagnostics.s
  llvm/test/MC/AArch64/SME/sclamp.s
  llvm/test/MC/AArch64/SME/uclamp-diagnostics.s
  llvm/test/MC/AArch64/SME/uclamp.s

-------------- next part --------------
A non-text attachment was scrubbed...
Name: D105577.357028.patch
Type: text/x-patch
Size: 29020 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20210707/27d11e71/attachment.bin>


More information about the llvm-commits mailing list