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

Craig Topper via llvm-commits llvm-commits at lists.llvm.org
Wed Jan 17 12:48:36 PST 2024


================
@@ -716,6 +716,13 @@ def FeatureStdExtSmaia
                        "AIA specifies for a hart, over all privilege levels.)",
                        []>;
 
+def FeatureStdExtSmepmp
----------------
topperc wrote:

Can we keep smaia and ssaia together since they come from the same specification? I assume you were alphabetizing, but I don't think there's any order in this file.

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


More information about the llvm-commits mailing list