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

Min-Yih Hsu via cfe-commits cfe-commits at lists.llvm.org
Wed Jan 17 14:20:03 PST 2024


================
@@ -56,6 +56,7 @@ static const RISCVSupportedExtension SupportedExtensions[] = {
 
     {"smaia", {1, 0}},
     {"ssaia", {1, 0}},
+    {"smepmp", {1, 0}},
----------------
mshockwave wrote:

Done.

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


More information about the cfe-commits mailing list