Skip to content

Commit fd3ee24

Browse files
committed
Smepmp shouldn't be experimental
1 parent 36fd5f4 commit fd3ee24

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

clang/test/Preprocessor/riscv-target-features.c

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -21,6 +21,7 @@
2121
// CHECK-NOT: __riscv_muldiv {{.*$}}
2222
// CHECK-NOT: __riscv_smaia {{.*$}}
2323
// CHECK-NOT: __riscv_ssaia {{.*$}}
24+
// CHECK-NOT: __riscv_smepmp {{.*$}}
2425
// CHECK-NOT: __riscv_svinval {{.*$}}
2526
// CHECK-NOT: __riscv_svnapot {{.*$}}
2627
// CHECK-NOT: __riscv_svpbmt {{.*$}}
@@ -139,7 +140,6 @@
139140

140141
// Experimental extensions
141142

142-
// CHECK-NOT: __riscv_smepmp {{.*$}}
143143
// CHECK-NOT: __riscv_zacas {{.*$}}
144144
// CHECK-NOT: __riscv_zcmop {{.*$}}
145145
// CHECK-NOT: __riscv_zfbfmin {{.*$}}
@@ -1109,10 +1109,10 @@
11091109
// RUN: -o - | FileCheck --check-prefix=CHECK-SSAIA-EXT %s
11101110
// CHECK-SSAIA-EXT: __riscv_ssaia 1000000{{$}}
11111111

1112-
// RUN: %clang --target=riscv32 -menable-experimental-extensions \
1112+
// RUN: %clang --target=riscv32 \
11131113
// RUN: -march=rv32ismepmp1p0 -x c -E -dM %s \
11141114
// RUN: -o - | FileCheck --check-prefix=CHECK-SMEPMP-EXT %s
1115-
// RUN: %clang --target=riscv64 -menable-experimental-extensions \
1115+
// RUN: %clang --target=riscv64 \
11161116
// RUN: -march=rv64ismepmp1p0 -x c -E -dM %s \
11171117
// RUN: -o - | FileCheck --check-prefix=CHECK-SMEPMP-EXT %s
11181118
// CHECK-SMEPMP-EXT: __riscv_smepmp 1000000{{$}}

0 commit comments

Comments
 (0)