File tree Expand file tree Collapse file tree 2 files changed +5
-2
lines changed Expand file tree Collapse file tree 2 files changed +5
-2
lines changed Original file line number Diff line number Diff 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+
107110Changes to the AMDGPU Backend
108111-----------------------------
109112
Original file line number Diff line number Diff line change 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 \
You can’t perform that action at this time.
0 commit comments