[clang] [llvm] [LLVM][MC][AArch64] Assembler support for Armv9.6-A memory systems extensions (PR #112341)

Nashe Mncube via cfe-commits cfe-commits at lists.llvm.org
Tue Oct 22 01:49:03 PDT 2024


================
@@ -988,6 +988,22 @@ bool AArch64InstPrinter::printSysAlias(const MCInst *MI,
       Name = std::string(AT->Name);
     }
     break;
+    // Overlaps with AT and DC
----------------
nasherm wrote:

The newly added DC instructions map to the same case (15) as the AT instructions as they have overlapping encodings 

https://github.com/llvm/llvm-project/pull/112341


More information about the cfe-commits mailing list