Skip to content

Commit 4c542bb

Browse files
committed
fixup! [AArch64][llvm] Add instructions for FEAT_MOPS_GO
Fix tests
1 parent ca02ab4 commit 4c542bb

File tree

2 files changed

+5
-2
lines changed

2 files changed

+5
-2
lines changed

llvm/docs/ReleaseNotes.md

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -104,6 +104,9 @@ Changes to the AArch64 Backend
104104
* Assembler/disassembler support has been added for Armv9.7-A (2025)
105105
architecture extensions.
106106

107+
* Assembler/disassembler support has been added for 'Virtual Tagging
108+
Extension (vMTE)' Future Architecture Technologies extension.
109+
107110
Changes to the AMDGPU Backend
108111
-----------------------------
109112

llvm/test/MC/AArch64/arm-mops-go.s

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,9 +2,9 @@
22
// RUN: | FileCheck %s --check-prefixes=CHECK-ENCODING,CHECK-INST
33
// RUN: not llvm-mc -triple=aarch64 -show-encoding < %s 2>&1 \
44
// RUN: | FileCheck %s --check-prefix=CHECK-ERROR
5-
// RUN: llvm-mc -triple=aarch64 -filetype=obj -mattr=+all < %s \
5+
// RUN: llvm-mc -triple=aarch64 -filetype=obj -mattr=+mops-go,+mte < %s \
66
// RUN: | llvm-objdump -d --mattr=+mops-go,+mte --no-print-imm-hex - | FileCheck %s --check-prefix=CHECK-INST
7-
// RUN: llvm-mc -triple=aarch64 -filetype=obj -mattr=+all < %s \
7+
// RUN: llvm-mc -triple=aarch64 -filetype=obj -mattr=+mops-go,+mte < %s \
88
// RUN: | llvm-objdump -d --mattr=-mops-go,-mte --no-print-imm-hex - | FileCheck %s --check-prefix=CHECK-UNKNOWN
99
// Disassemble encoding and check the re-encoding (-show-encoding) matches.
1010
// RUN: llvm-mc -triple=aarch64 -show-encoding -mattr=+mops-go,+mte < %s \

0 commit comments

Comments
 (0)