================
@@ -956,6 +956,9 @@ def FeatureStdExtSsdbltrp
 def FeatureStdExtSmepmp
     : RISCVExtension<1, 0, "Enhanced Physical Memory Protection">;
 
+def FeatureStdExtSmpmpmt
+    : RISCVExtension<0, 6, "PMP-based Memory Types Extension">;
----------------
topperc wrote:

Shouldn't this be RISCVExperimentalExtension until it is ratified?

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

Reply via email to