[PATCH] D111213: [AArch64][SME] Update DUP (predicate) instruction

Cullen Rhodes via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Wed Oct 6 01:32:26 PDT 2021


c-rhodes created this revision.
c-rhodes added reviewers: sdesmalen, david-arm, kmclaughlin, CarolineConcatto.
Herald added subscribers: ctetreau, hiraditya, kristof.beyls.
c-rhodes requested review of this revision.
Herald added a project: LLVM.

Changes in architecture revision 00eac1:

- Renamed to PSEL.
- Copies whole source register.
- Element type suffix removed from destination.
- Element index no longer optional and '#' prefix has been removed.

The reference can be found here:
https://developer.arm.com/documentation/ddi0602/2021-09/SVE-Instructions/PSEL--Predicate-select-between-predicate-register-or-all-false-

Depends on D111212 <https://reviews.llvm.org/D111212>.


Repository:
  rG LLVM Github Monorepo

https://reviews.llvm.org/D111213

Files:
  llvm/lib/Target/AArch64/AArch64SMEInstrInfo.td
  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/psel-diagnostics.s
  llvm/test/MC/AArch64/SME/psel.s

-------------- next part --------------
A non-text attachment was scrubbed...
Name: D111213.377463.patch
Type: text/x-patch
Size: 11570 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20211006/f8d2ae2f/attachment.bin>


More information about the llvm-commits mailing list