[clang] [llvm] [RISCV][llvm] Support Smpmpmt version 0.6 (PR #166322)
Craig Topper via llvm-commits
llvm-commits at lists.llvm.org
Tue Nov 4 13:23:24 PST 2025
================
@@ -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
More information about the llvm-commits
mailing list