================
@@ -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
_______________________________________________
cfe-commits mailing list
cfe-commits@lists.llvm.org
https://lists.llvm.org/cgi-bin/mailman/listinfo/cfe-commits

Reply via email to