[all-commits] [llvm/llvm-project] 8ea4a4: [AArch64] Add missing system register for v8.9-A/v...

Lucas Duarte Prates via All-commits all-commits at lists.llvm.org
Mon Jan 23 07:01:04 PST 2023


  Branch: refs/heads/main
  Home:   https://github.com/llvm/llvm-project
  Commit: 8ea4a4b0f47a1feb2193f6eccd311b50f8a2a27a
      https://github.com/llvm/llvm-project/commit/8ea4a4b0f47a1feb2193f6eccd311b50f8a2a27a
  Author: Lucas Prates <lucas.prates at arm.com>
  Date:   2023-01-23 (Mon, 23 Jan 2023)

  Changed paths:
    M llvm/lib/Target/AArch64/AArch64SystemOperands.td
    M llvm/test/MC/AArch64/arm64-system-encoding.s
    M llvm/test/MC/AArch64/basic-a64-instructions.s
    M llvm/test/MC/Disassembler/AArch64/basic-a64-instructions.txt

  Log Message:
  -----------
  [AArch64] Add missing system register for v8.9-A/v9.4-A Permission Indirection Extension

This adds support for the missing `PIRE0_EL12` system register, part of
v8.9-A/v9.4-A's Permission Indirection Extension.

Patch by Son Tuan Vu.

Reviewed By: tmatheson

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




More information about the All-commits mailing list