[all-commits] [llvm/llvm-project] 9a77e3: [AArch64][SME] Allow predicate-as-counter operands...

sdesmalen-arm via All-commits all-commits at lists.llvm.org
Mon Jan 23 05:11:19 PST 2023


  Branch: refs/heads/main
  Home:   https://github.com/llvm/llvm-project
  Commit: 9a77e3c7bd07e0cf1c8ad816888b55f8c3ef27d0
      https://github.com/llvm/llvm-project/commit/9a77e3c7bd07e0cf1c8ad816888b55f8c3ef27d0
  Author: Sander de Smalen <sander.desmalen at arm.com>
  Date:   2023-01-23 (Mon, 23 Jan 2023)

  Changed paths:
    M llvm/lib/Target/AArch64/AArch64RegisterInfo.td
    M llvm/lib/Target/AArch64/SMEInstrFormats.td
    M llvm/test/MC/AArch64/SME/psel.s

  Log Message:
  -----------
  [AArch64][SME] Allow predicate-as-counter operands for psel

The specification says:

  For programmer convenience, an assembler must also accept
  predicate-as-counter register names for the destination predicate
  register and the first source predicate register

Reviewed By: CarolineConcatto, MattDevereau

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


  Commit: 2faebdef97cef7020569144a5767947c044b53c4
      https://github.com/llvm/llvm-project/commit/2faebdef97cef7020569144a5767947c044b53c4
  Author: Sander de Smalen <sander.desmalen at arm.com>
  Date:   2023-01-23 (Mon, 23 Jan 2023)

  Changed paths:
    M llvm/lib/Target/AArch64/AArch64SMEInstrInfo.td
    M llvm/lib/Target/AArch64/SMEInstrFormats.td

  Log Message:
  -----------
  [AArch64][SME2] NFC: Simplify multiclasses for mova/movaz.

Reviewed By: CarolineConcatto

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


  Commit: 08a19d76171ecb20821bd808efe84381a0581f3c
      https://github.com/llvm/llvm-project/commit/08a19d76171ecb20821bd808efe84381a0581f3c
  Author: Sander de Smalen <sander.desmalen at arm.com>
  Date:   2023-01-23 (Mon, 23 Jan 2023)

  Changed paths:
    M llvm/lib/Target/AArch64/SMEInstrFormats.td
    M llvm/test/MC/AArch64/SME2/mova-diagnostics.s
    M llvm/test/MC/AArch64/SME2p1/movaz-diagnostics.s

  Log Message:
  -----------
  [AArch64][SME2] MOVA tile-to-vector and vector-to-tile should not accept VG suffix

Reviewed By: MattDevereau

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


Compare: https://github.com/llvm/llvm-project/compare/dc4cb724c72a...08a19d76171e


More information about the All-commits mailing list