[all-commits] [llvm/llvm-project] b048b1: [AArch64][SVE2] Add the SVE2.1 pmov instructions

david-arm via All-commits all-commits at lists.llvm.org
Tue Nov 8 08:48:40 PST 2022


  Branch: refs/heads/main
  Home:   https://github.com/llvm/llvm-project
  Commit: b048b1b769aaf93abe22c01ac2ecad7d68762811
      https://github.com/llvm/llvm-project/commit/b048b1b769aaf93abe22c01ac2ecad7d68762811
  Author: David Sherwood <david.sherwood at arm.com>
  Date:   2022-11-08 (Tue, 08 Nov 2022)

  Changed paths:
    M llvm/lib/Target/AArch64/AArch64SVEInstrInfo.td
    M llvm/lib/Target/AArch64/SVEInstrFormats.td
    A llvm/test/MC/AArch64/SVE2p1/pmov-diagnostics.s
    A llvm/test/MC/AArch64/SVE2p1/pmov.s

  Log Message:
  -----------
  [AArch64][SVE2] Add the SVE2.1 pmov instructions

This patch adds the assembly/disassembly for the following instructions:

pmov : Move predicate to vector
pmov : Move vector to predicate

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

Differential Revision: https://reviews.llvm.org/D137561




More information about the All-commits mailing list