[all-commits] [llvm/llvm-project] f91eaa: [AArch64][SME] Add SVE2 instructions added in SME

Cullen Rhodes via All-commits all-commits at lists.llvm.org
Mon Jul 19 01:03:50 PDT 2021


  Branch: refs/heads/main
  Home:   https://github.com/llvm/llvm-project
  Commit: f91eaa7007877063b683f83c305fca750d746d83
      https://github.com/llvm/llvm-project/commit/f91eaa7007877063b683f83c305fca750d746d83
  Author: Cullen Rhodes <cullen.rhodes at arm.com>
  Date:   2021-07-19 (Mon, 19 Jul 2021)

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

  Log Message:
  -----------
  [AArch64][SME] Add SVE2 instructions added in SME

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

Reviewed By: kmclaughlin

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




More information about the All-commits mailing list