================
@@ -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.
----------------
topperc wrote:
Why isn't the disassembler reporting a conflict? I don't see any
DecoderNamespace
https://github.com/llvm/llvm-project/pull/199771
_______________________________________________
cfe-commits mailing list
[email protected]
https://lists.llvm.org/cgi-bin/mailman/listinfo/cfe-commits