[llvm] [clang] [RISCV] Add support for Smepmp 1.0 (PR #78489)
Craig Topper via cfe-commits
cfe-commits at lists.llvm.org
Thu Jan 18 13:16:27 PST 2024
================
@@ -116,6 +116,7 @@
// CHECK-NOT: __riscv_smaia {{.*$}}
// CHECK-NOT: __riscv_ssaia {{.*$}}
+// CHECK-NOT: __riscv_smepmp {{.*$}}
----------------
topperc wrote:
This is the experimental extension section according to the comment on 115. I guess we're bad at moving things out of this section when they go non-experimental
https://github.com/llvm/llvm-project/pull/78489
More information about the cfe-commits
mailing list