[llvm] [clang] [RISCV] Add support for Smepmp 1.0 (PR #78489)

Min-Yih Hsu via cfe-commits cfe-commits at lists.llvm.org
Thu Jan 18 11:29:31 PST 2024


================
@@ -722,6 +722,11 @@ def FeatureStdExtSsaia
                        "'Ssaia' (Advanced Interrupt Architecture Supervisor "
                        "Level)", []>;
 
+def FeatureStdExtSmepmp
+    : SubtargetFeature<"smepmp", "HasStdExtSmepmp", "true",
+                       "'Smepmp' (PMP Enhancements for memory access and "
----------------
mshockwave wrote:

It's fixed now.

https://github.com/llvm/llvm-project/pull/78489


More information about the cfe-commits mailing list