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

via cfe-commits cfe-commits at lists.llvm.org
Mon Oct 21 13:56:49 PDT 2024


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

So why are we also testing AArch64AT::AT *AT = AArch64AT::lookupATByEncoding(Encoding); if this is only for DC instructions

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


More information about the cfe-commits mailing list