[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
Wed Oct 16 08:48:16 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:
Yeah. These are for the newly introduced DC instructions
https://github.com/llvm/llvm-project/pull/112341
More information about the cfe-commits
mailing list