Skip to content

Commit d926828

Browse files
authored
[RISCV] Add sha and supm to checks in riscv-profiles.c (#114123)
1 parent 13a3c4f commit d926828

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

clang/test/Driver/riscv-profiles.c

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -147,6 +147,7 @@
147147
// RVA23U64: "-target-feature" "+zvbb"
148148
// RVA23U64: "-target-feature" "+zvfhmin"
149149
// RVA23U64: "-target-feature" "+zvkt"
150+
// RVA23U64: "-target-feature" "+supm"
150151

151152
// RUN: %clang --target=riscv64 -### -c %s 2>&1 -march=rva23s64 \
152153
// RUN: | FileCheck -check-prefix=RVA23S64 %s
@@ -186,6 +187,7 @@
186187
// RVA23S64: "-target-feature" "+zvbb"
187188
// RVA23S64: "-target-feature" "+zvfhmin"
188189
// RVA23S64: "-target-feature" "+zvkt"
190+
// RVA23S64: "-target-feature" "+sha"
189191
// RVA23S64: "-target-feature" "+shcounterenw"
190192
// RVA23S64: "-target-feature" "+shgatpa"
191193
// RVA23S64: "-target-feature" "+shtvala"
@@ -201,6 +203,7 @@
201203
// RVA23S64: "-target-feature" "+sstvala"
202204
// RVA23S64: "-target-feature" "+sstvecd"
203205
// RVA23S64: "-target-feature" "+ssu64xl"
206+
// RVA23S64: "-target-feature" "+supm"
204207
// RVA23S64: "-target-feature" "+svade"
205208
// RVA23S64: "-target-feature" "+svbare"
206209
// RVA23S64: "-target-feature" "+svinval"

0 commit comments

Comments
 (0)