================
@@ -795,6 +795,13 @@ Error RISCVISAInfo::checkDependency() {
   if (Exts.count("zclsd") != 0 && Exts.count("zcf") != 0)
     return getIncompatibleError("zclsd", "zcf");
 
+  if (Exts.count("y") != 0) {
+    // RVY and the P extension draft currently allocate the same encodings.
----------------
arichardson wrote:

Oops forgot to drop this diff when updating the PR. After the latest ARC 
feedback, the opcodes were moved to custom3 so no longer conflict 

https://github.com/llvm/llvm-project/pull/199771
_______________________________________________
cfe-commits mailing list
[email protected]
https://lists.llvm.org/cgi-bin/mailman/listinfo/cfe-commits

Reply via email to