[clang] [llvm] [RISCV]Support Sspmp, Sspmpen and Smpmpdeleg Extensions (PR #207696)
Liao Chunyu via cfe-commits
cfe-commits at lists.llvm.org
Mon Jul 6 19:03:47 PDT 2026
================
@@ -1095,6 +1095,16 @@ def FeatureStdExtSsccfg
def FeatureStdExtSsccptr
: RISCVExtension<1, 0, "Main memory supports page table reads">;
+def FeatureStdExtSspmp
+ : RISCVExtension<1, 0, "S-level Physical Memory Protection (SPMP)",
----------------
ChunyuLiao wrote:
The code changes are minimal. Let's wait for the spec to be ratified.
https://github.com/llvm/llvm-project/pull/207696
More information about the cfe-commits
mailing list