Skip to content

Commit 7ebe32c

Browse files
committed
fixup! Update riscv-target-features-sifive.
1 parent d308dba commit 7ebe32c

File tree

1 file changed

+48
-48
lines changed

1 file changed

+48
-48
lines changed
Lines changed: 48 additions & 48 deletions
Original file line numberDiff line numberDiff line change
@@ -1,95 +1,95 @@
11
// RUN: %clang --target=riscv32 \
2-
// RUN: -march=rv32i_zve32x_xsfmm128t -x c -E -dM %s \
3-
// RUN: -o - | FileCheck --check-prefix=CHECK-XSFMM128T %s
2+
// RUN: -march=rv32i_zve32x_xsfmm128t -E -dM %s \
3+
// RUN: -o - | FileCheck --check-prefix=CHECK-XSFMM128T %s
44
// RUN: %clang --target=riscv64 \
5-
// RUN: -march=rv64i_zve32x_xsfmm128t -x c -E -dM %s \
6-
// RUN: -o - | FileCheck --check-prefix=CHECK-XSFMM128T %s
5+
// RUN: -march=rv64i_zve32x_xsfmm128t -E -dM %s \
6+
// RUN: -o - | FileCheck --check-prefix=CHECK-XSFMM128T %s
77
// CHECK-XSFMM128T: __riscv_xsfmm128t 6000{{$}}
88
//
99
// RUN: %clang --target=riscv32 \
10-
// RUN: -march=rv32i_zve32x_xsfmm16t -x c -E -dM %s \
11-
// RUN: -o - | FileCheck --check-prefix=CHECK-XSFMM16T %s
10+
// RUN: -march=rv32i_zve32x_xsfmm16t -E -dM %s \
11+
// RUN: -o - | FileCheck --check-prefix=CHECK-XSFMM16T %s
1212
// RUN: %clang --target=riscv64 \
13-
// RUN: -march=rv64i_zve32x_xsfmm16t -x c -E -dM %s \
14-
// RUN: -o - | FileCheck --check-prefix=CHECK-XSFMM16T %s
13+
// RUN: -march=rv64i_zve32x_xsfmm16t -E -dM %s \
14+
// RUN: -o - | FileCheck --check-prefix=CHECK-XSFMM16T %s
1515
// CHECK-XSFMM16T: __riscv_xsfmm16t 6000{{$}}
1616

1717
// RUN: %clang --target=riscv32 \
18-
// RUN: -march=rv32i_zve32x_xsfmm32a -x c -E -dM %s \
19-
// RUN: -o - | FileCheck --check-prefix=CHECK-XSFMM32A %s
18+
// RUN: -march=rv32i_zve32x_xsfmm32a -E -dM %s \
19+
// RUN: -o - | FileCheck --check-prefix=CHECK-XSFMM32A %s
2020
// RUN: %clang --target=riscv64 \
21-
// RUN: -march=rv64i_zve32x_xsfmm32a -x c -E -dM %s \
22-
// RUN: -o - | FileCheck --check-prefix=CHECK-XSFMM32A %s
21+
// RUN: -march=rv64i_zve32x_xsfmm32a -E -dM %s \
22+
// RUN: -o - | FileCheck --check-prefix=CHECK-XSFMM32A %s
2323
// CHECK-XSFMM32A: __riscv_xsfmm32a 6000{{$}}
2424

2525
// RUN: %clang --target=riscv32 \
26-
// RUN: -march=rv32i_zve32x_xsfmm32a4i -x c -E -dM %s \
27-
// RUN: -o - | FileCheck --check-prefix=CHECK-XSFMM32A4I %s
26+
// RUN: -march=rv32i_zve32x_xsfmm32a4i -E -dM %s \
27+
// RUN: -o - | FileCheck --check-prefix=CHECK-XSFMM32A4I %s
2828
// RUN: %clang --target=riscv64 \
29-
// RUN: -march=rv64i_zve32x_xsfmm32a4i -x c -E -dM %s \
30-
// RUN: -o - | FileCheck --check-prefix=CHECK-XSFMM32A4I %s
29+
// RUN: -march=rv64i_zve32x_xsfmm32a4i -E -dM %s \
30+
// RUN: -o - | FileCheck --check-prefix=CHECK-XSFMM32A4I %s
3131
// CHECK-XSFMM32A4I: __riscv_xsfmm32a4i 6000{{$}}
3232

3333
// RUN: %clang --target=riscv32 \
34-
// RUN: -march=rv32i_zve32x_xsfmm32a8i -x c -E -dM %s \
35-
// RUN: -o - | FileCheck --check-prefix=CHECK-XSFMM32a8I %s
34+
// RUN: -march=rv32i_zve32x_xsfmm32a8i -E -dM %s \
35+
// RUN: -o - | FileCheck --check-prefix=CHECK-XSFMM32a8I %s
3636
// RUN: %clang --target=riscv64 \
37-
// RUN: -march=rv64i_zve32x_xsfmm32a8i -x c -E -dM %s \
38-
// RUN: -o - | FileCheck --check-prefix=CHECK-XSFMM32a8I %s
37+
// RUN: -march=rv64i_zve32x_xsfmm32a8i -E -dM %s \
38+
// RUN: -o - | FileCheck --check-prefix=CHECK-XSFMM32a8I %s
3939
// CHECK-XSFMM32a8I: __riscv_xsfmm32a8i 6000{{$}}
4040

4141
// RUN: %clang --target=riscv32 \
42-
// RUN: -march=rv32i_zve32x_xsfmm32a8f -x c -E -dM %s \
43-
// RUN: -o - | FileCheck --check-prefix=CHECK-XSFMM32A8F %s
42+
// RUN: -march=rv32i_zve32x_xsfmm32a8f -E -dM %s \
43+
// RUN: -o - | FileCheck --check-prefix=CHECK-XSFMM32A8F %s
4444
// RUN: %clang --target=riscv64 \
45-
// RUN: -march=rv64i_zve32x_xsfmm32a8f -x c -E -dM %s \
46-
// RUN: -o - | FileCheck --check-prefix=CHECK-XSFMM32A8F %s
45+
// RUN: -march=rv64i_zve32x_xsfmm32a8f -E -dM %s \
46+
// RUN: -o - | FileCheck --check-prefix=CHECK-XSFMM32A8F %s
4747
// CHECK-XSFMM32A8F: __riscv_xsfmm32a8f 6000{{$}}
4848

4949
// RUN: %clang --target=riscv32 \
50-
// RUN: -march=rv32i_zve32x_xsfmm32a16f -x c -E -dM %s \
51-
// RUN: -o - | FileCheck --check-prefix=CHECK-XSFMM32a16F %s
50+
// RUN: -march=rv32i_zve32x_xsfmm32a16f -E -dM %s \
51+
// RUN: -o - | FileCheck --check-prefix=CHECK-XSFMM32a16F %s
5252
// RUN: %clang --target=riscv64 \
53-
// RUN: -march=rv64i_zve32x_xsfmm32a16f -x c -E -dM %s \
54-
// RUN: -o - | FileCheck --check-prefix=CHECK-XSFMM32a16F %s
53+
// RUN: -march=rv64i_zve32x_xsfmm32a16f -E -dM %s \
54+
// RUN: -o - | FileCheck --check-prefix=CHECK-XSFMM32a16F %s
5555
// CHECK-XSFMM32a16F: __riscv_xsfmm32a16f 6000{{$}}
5656

5757
// RUN: %clang --target=riscv32 \
58-
// RUN: -march=rv32i_zve32x_xsfmm32a32f -x c -E -dM %s \
59-
// RUN: -o - | FileCheck --check-prefix=CHECK-XSFMM32a32F %s
58+
// RUN: -march=rv32i_zve32x_xsfmm32a32f -E -dM %s \
59+
// RUN: -o - | FileCheck --check-prefix=CHECK-XSFMM32a32F %s
6060
// RUN: %clang --target=riscv64 \
61-
// RUN: -march=rv64i_zve32x_xsfmm32a32f -x c -E -dM %s \
62-
// RUN: -o - | FileCheck --check-prefix=CHECK-XSFMM32a32F %s
61+
// RUN: -march=rv64i_zve32x_xsfmm32a32f -E -dM %s \
62+
// RUN: -o - | FileCheck --check-prefix=CHECK-XSFMM32a32F %s
6363
// CHECK-XSFMM32a32F: __riscv_xsfmm32a32f 6000{{$}}
6464

6565
// RUN: %clang --target=riscv32 \
66-
// RUN: -march=rv32i_zve32x_xsfmm32t -x c -E -dM %s \
67-
// RUN: -o - | FileCheck --check-prefix=CHECK-XSFMM32T %s
66+
// RUN: -march=rv32i_zve32x_xsfmm32t -E -dM %s \
67+
// RUN: -o - | FileCheck --check-prefix=CHECK-XSFMM32T %s
6868
// RUN: %clang --target=riscv64 \
69-
// RUN: -march=rv64i_zve32x_xsfmm32t -x c -E -dM %s \
70-
// RUN: -o - | FileCheck --check-prefix=CHECK-XSFMM32T %s
69+
// RUN: -march=rv64i_zve32x_xsfmm32t -E -dM %s \
70+
// RUN: -o - | FileCheck --check-prefix=CHECK-XSFMM32T %s
7171
// CHECK-XSFMM32T: __riscv_xsfmm32t 6000{{$}}
7272

7373
// RUN: %clang --target=riscv32 \
74-
// RUN: -march=rv32i_zve32x_xsfmm64a64f -x c -E -dM %s \
75-
// RUN: -o - | FileCheck --check-prefix=CHECK-XSFMM64a64f %s
74+
// RUN: -march=rv32i_zve32x_xsfmm64a64f -E -dM %s \
75+
// RUN: -o - | FileCheck --check-prefix=CHECK-XSFMM64a64f %s
7676
// RUN: %clang --target=riscv64 \
77-
// RUN: -march=rv64i_zve32x_xsfmm64a64f -x c -E -dM %s \
78-
// RUN: -o - | FileCheck --check-prefix=CHECK-XSFMM64a64f %s
77+
// RUN: -march=rv64i_zve32x_xsfmm64a64f -E -dM %s \
78+
// RUN: -o - | FileCheck --check-prefix=CHECK-XSFMM64a64f %s
7979
// CHECK-XSFMM64a64f: __riscv_xsfmm64a64f 6000{{$}}
8080

8181
// RUN: %clang --target=riscv32 \
82-
// RUN: -march=rv32i_zve32x_xsfmm64t -x c -E -dM %s \
83-
// RUN: -o - | FileCheck --check-prefix=CHECK-XSFMM64T %s
82+
// RUN: -march=rv32i_zve32x_xsfmm64t -E -dM %s \
83+
// RUN: -o - | FileCheck --check-prefix=CHECK-XSFMM64T %s
8484
// RUN: %clang --target=riscv64 \
85-
// RUN: -march=rv64i_zve32x_xsfmm64t -x c -E -dM %s \
86-
// RUN: -o - | FileCheck --check-prefix=CHECK-XSFMM64T %s
85+
// RUN: -march=rv64i_zve32x_xsfmm64t -E -dM %s \
86+
// RUN: -o - | FileCheck --check-prefix=CHECK-XSFMM64T %s
8787
// CHECK-XSFMM64T: __riscv_xsfmm64t 6000{{$}}
8888

8989
// RUN: %clang --target=riscv32 \
90-
// RUN: -march=rv32i_zve32x_xsfmmbase -x c -E -dM %s \
91-
// RUN: -o - | FileCheck --check-prefix=CHECK-XSFMMBASE %s
90+
// RUN: -march=rv32i_zve32x_xsfmmbase -E -dM %s \
91+
// RUN: -o - | FileCheck --check-prefix=CHECK-XSFMMBASE %s
9292
// RUN: %clang --target=riscv64 \
93-
// RUN: -march=rv64i_zve32x_xsfmmbase -x c -E -dM %s \
94-
// RUN: -o - | FileCheck --check-prefix=CHECK-XSFMMBASE %s
93+
// RUN: -march=rv64i_zve32x_xsfmmbase -E -dM %s \
94+
// RUN: -o - | FileCheck --check-prefix=CHECK-XSFMMBASE %s
9595
// CHECK-XSFMMBASE: __riscv_xsfmmbase 6000{{$}}

0 commit comments

Comments
 (0)