[all-commits] [llvm/llvm-project] 84b9a9: [AArch64] Define GCS operations as SYS and SYSL al...

Jonathan Thackray via All-commits all-commits at lists.llvm.org
Fri Jun 12 08:24:34 PDT 2026


  Branch: refs/heads/users/jthackray/fix_sysl_aliases
  Home:   https://github.com/llvm/llvm-project
  Commit: 84b9a973d8efad57f18ccab9321f275df5da4c45
      https://github.com/llvm/llvm-project/commit/84b9a973d8efad57f18ccab9321f275df5da4c45
  Author: Jonathan Thackray <jonathan.thackray at arm.com>
  Date:   2026-06-12 (Fri, 12 Jun 2026)

  Changed paths:
    M llvm/lib/Target/AArch64/AArch64ISelDAGToDAG.cpp
    M llvm/lib/Target/AArch64/AArch64InstrFormats.td
    M llvm/lib/Target/AArch64/AArch64InstrInfo.td
    M llvm/lib/Target/AArch64/AArch64SchedFalkorDetails.td
    M llvm/test/MC/AArch64/arm64-aliases.s

  Log Message:
  -----------
  [AArch64] Define GCS operations as SYS and SYSL aliases

Move the remaining `GCS` instructions from dedicated opcodes to `SYSxt/SYSLxt`
aliases, keeping a tied `SYSL` pseudo for codegen where `GCS` preserves the`
input register when disabled at runtime.

Update `GCS` intrinsic selection, scheduling, disassembly aliases, and MC
coverage for the generic `SYS/SYSL` encodings.



To unsubscribe from these emails, change your notification settings at https://github.com/llvm/llvm-project/settings/notifications


More information about the All-commits mailing list