File tree Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change 21
21
// CHECK-NOT: __riscv_muldiv {{.*$}}
22
22
// CHECK-NOT: __riscv_smaia {{.*$}}
23
23
// CHECK-NOT: __riscv_ssaia {{.*$}}
24
+ // CHECK-NOT: __riscv_smepmp {{.*$}}
24
25
// CHECK-NOT: __riscv_svinval {{.*$}}
25
26
// CHECK-NOT: __riscv_svnapot {{.*$}}
26
27
// CHECK-NOT: __riscv_svpbmt {{.*$}}
139
140
140
141
// Experimental extensions
141
142
142
- // CHECK-NOT: __riscv_smepmp {{.*$}}
143
143
// CHECK-NOT: __riscv_zacas {{.*$}}
144
144
// CHECK-NOT: __riscv_zcmop {{.*$}}
145
145
// CHECK-NOT: __riscv_zfbfmin {{.*$}}
1109
1109
// RUN: -o - | FileCheck --check-prefix=CHECK-SSAIA-EXT %s
1110
1110
// CHECK-SSAIA-EXT: __riscv_ssaia 1000000{{$}}
1111
1111
1112
- // RUN: %clang --target=riscv32 -menable-experimental-extensions \
1112
+ // RUN: %clang --target=riscv32 \
1113
1113
// RUN: -march=rv32ismepmp1p0 -x c -E -dM %s \
1114
1114
// RUN: -o - | FileCheck --check-prefix=CHECK-SMEPMP-EXT %s
1115
- // RUN: %clang --target=riscv64 -menable-experimental-extensions \
1115
+ // RUN: %clang --target=riscv64 \
1116
1116
// RUN: -march=rv64ismepmp1p0 -x c -E -dM %s \
1117
1117
// RUN: -o - | FileCheck --check-prefix=CHECK-SMEPMP-EXT %s
1118
1118
// CHECK-SMEPMP-EXT: __riscv_smepmp 1000000{{$}}
You can’t perform that action at this time.
0 commit comments