Skip to content

Commit 4f383cf

Browse files
committed
Remove dso_local from tests
1 parent bb39c64 commit 4f383cf

File tree

1 file changed

+8
-8
lines changed

1 file changed

+8
-8
lines changed

llvm/test/CodeGen/AArch64/sve-mov-imm-pred.ll

Lines changed: 8 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33

44
; Zeroing.
55

6-
define dso_local <vscale x 16 x i8> @mov_z_b(<vscale x 16 x i1> %pg) {
6+
define <vscale x 16 x i8> @mov_z_b(<vscale x 16 x i1> %pg) {
77
; CHECK-LABEL: mov_z_b:
88
; CHECK: // %bb.0:
99
; CHECK-NEXT: mov z0.b, p0/z, #1 // =0x1
@@ -12,7 +12,7 @@ define dso_local <vscale x 16 x i8> @mov_z_b(<vscale x 16 x i1> %pg) {
1212
ret <vscale x 16 x i8> %r
1313
}
1414

15-
define dso_local <vscale x 8 x i16> @mov_z_h(<vscale x 8 x i1> %pg) {
15+
define <vscale x 8 x i16> @mov_z_h(<vscale x 8 x i1> %pg) {
1616
; CHECK-LABEL: mov_z_h:
1717
; CHECK: // %bb.0:
1818
; CHECK-NEXT: mov z0.h, p0/z, #1 // =0x1
@@ -21,7 +21,7 @@ define dso_local <vscale x 8 x i16> @mov_z_h(<vscale x 8 x i1> %pg) {
2121
ret <vscale x 8 x i16> %r
2222
}
2323

24-
define dso_local <vscale x 4 x i32> @mov_z_s(<vscale x 4 x i1> %pg) {
24+
define <vscale x 4 x i32> @mov_z_s(<vscale x 4 x i1> %pg) {
2525
; CHECK-LABEL: mov_z_s:
2626
; CHECK: // %bb.0:
2727
; CHECK-NEXT: mov z0.s, p0/z, #1 // =0x1
@@ -30,7 +30,7 @@ define dso_local <vscale x 4 x i32> @mov_z_s(<vscale x 4 x i1> %pg) {
3030
ret <vscale x 4 x i32> %r
3131
}
3232

33-
define dso_local <vscale x 2 x i64> @mov_z_d(<vscale x 2 x i1> %pg) {
33+
define <vscale x 2 x i64> @mov_z_d(<vscale x 2 x i1> %pg) {
3434
; CHECK-LABEL: mov_z_d:
3535
; CHECK: // %bb.0:
3636
; CHECK-NEXT: mov z0.d, p0/z, #1 // =0x1
@@ -41,7 +41,7 @@ define dso_local <vscale x 2 x i64> @mov_z_d(<vscale x 2 x i1> %pg) {
4141

4242
; Merging.
4343

44-
define dso_local <vscale x 16 x i8> @mov_m_b(<vscale x 16 x i8> %zd, <vscale x 16 x i1> %pg) {
44+
define <vscale x 16 x i8> @mov_m_b(<vscale x 16 x i8> %zd, <vscale x 16 x i1> %pg) {
4545
; CHECK-LABEL: mov_m_b:
4646
; CHECK: // %bb.0:
4747
; CHECK-NEXT: mov z0.b, p0/m, #1 // =0x1
@@ -50,7 +50,7 @@ define dso_local <vscale x 16 x i8> @mov_m_b(<vscale x 16 x i8> %zd, <vscale x 1
5050
ret <vscale x 16 x i8> %r
5151
}
5252

53-
define dso_local <vscale x 8 x i16> @mov_m_h(<vscale x 8 x i16> %zd, <vscale x 8 x i1> %pg) {
53+
define <vscale x 8 x i16> @mov_m_h(<vscale x 8 x i16> %zd, <vscale x 8 x i1> %pg) {
5454
; CHECK-LABEL: mov_m_h:
5555
; CHECK: // %bb.0:
5656
; CHECK-NEXT: mov z0.h, p0/m, #1 // =0x1
@@ -59,7 +59,7 @@ define dso_local <vscale x 8 x i16> @mov_m_h(<vscale x 8 x i16> %zd, <vscale x 8
5959
ret <vscale x 8 x i16> %r
6060
}
6161

62-
define dso_local <vscale x 4 x i32> @mov_m_s(<vscale x 4 x i32> %zd, <vscale x 4 x i1> %pg) {
62+
define <vscale x 4 x i32> @mov_m_s(<vscale x 4 x i32> %zd, <vscale x 4 x i1> %pg) {
6363
; CHECK-LABEL: mov_m_s:
6464
; CHECK: // %bb.0:
6565
; CHECK-NEXT: mov z0.s, p0/m, #1 // =0x1
@@ -68,7 +68,7 @@ define dso_local <vscale x 4 x i32> @mov_m_s(<vscale x 4 x i32> %zd, <vscale x 4
6868
ret <vscale x 4 x i32> %r
6969
}
7070

71-
define dso_local <vscale x 2 x i64> @mov_m_d(<vscale x 2 x i64> %zd, <vscale x 2 x i1> %pg) {
71+
define <vscale x 2 x i64> @mov_m_d(<vscale x 2 x i64> %zd, <vscale x 2 x i1> %pg) {
7272
; CHECK-LABEL: mov_m_d:
7373
; CHECK: // %bb.0:
7474
; CHECK-NEXT: mov z0.d, p0/m, #1 // =0x1

0 commit comments

Comments
 (0)