[all-commits] [llvm/llvm-project] b0ce1f: [AArch64] Fix `APAS` instructions to disassemble t...
Jonathan Thackray via All-commits
all-commits at lists.llvm.org
Fri May 30 13:35:02 PDT 2025
Branch: refs/heads/users/jthackray/fix-apas
Home: https://github.com/llvm/llvm-project
Commit: b0ce1f1b6bd71cd764e924439cc07347aad08954
https://github.com/llvm/llvm-project/commit/b0ce1f1b6bd71cd764e924439cc07347aad08954
Author: Jonathan Thackray <jonathan.thackray at arm.com>
Date: 2025-05-30 (Fri, 30 May 2025)
Changed paths:
M llvm/lib/Target/AArch64/AArch64InstrFormats.td
M llvm/test/MC/Disassembler/AArch64/armv9.6a-rme-gpc3.txt
Log Message:
-----------
[AArch64] Fix `APAS` instructions to disassemble to self not to `SYS` alias
`APAS` instructions currently incorrectly disassemble to `SYS` aliases.
Fix this so that they disassemble to the actual `APAS` instruction.
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