This is an archive of the discontinued LLVM Phabricator instance.

[AArch64][SME] Update DUP (predicate) instruction
ClosedPublic

Authored by c-rhodes on Oct 6 2021, 1:32 AM.

Details

Summary

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.

Diff Detail