@@ -8,8 +8,8 @@ import Builtin
8
8
import Swift
9
9
10
10
// CHECK-LABEL: sil [ossa] @test_and1
11
- // XHECK : %1 = integer_literal $Builtin.Int64, 0
12
- // XHECK : return %1
11
+ // CHECK : %1 = integer_literal $Builtin.Int64, 0
12
+ // CHECK : return %1
13
13
sil [ossa] @test_and1 : $@convention(thin) (Builtin.Int64) -> Builtin.Int64 {
14
14
bb0(%0 : $Builtin.Int64):
15
15
%1 = integer_literal $Builtin.Int64, 0
@@ -18,8 +18,8 @@ bb0(%0 : $Builtin.Int64):
18
18
}
19
19
20
20
// CHECK-LABEL: sil [ossa] @test_and2
21
- // XHECK : bb0(%0 : $Builtin.Int64):
22
- // XHECK : return %0
21
+ // CHECK : bb0(%0 : $Builtin.Int64):
22
+ // CHECK : return %0
23
23
sil [ossa] @test_and2 : $@convention(thin) (Builtin.Int64) -> Builtin.Int64 {
24
24
bb0(%0 : $Builtin.Int64):
25
25
%1 = integer_literal $Builtin.Int64, -1
@@ -28,9 +28,9 @@ bb0(%0 : $Builtin.Int64):
28
28
}
29
29
30
30
// CHECK-LABEL: sil [ossa] @test_and3
31
- // XHECK : %1 = integer_literal $Builtin.Int64, 32
32
- // XHECK : %2 = builtin "and_Int64"(%0 : $Builtin.Int64, %1 : $Builtin.Int64)
33
- // XHECK : return %2
31
+ // CHECK : %1 = integer_literal $Builtin.Int64, 32
32
+ // CHECK : %2 = builtin "and_Int64"(%0 : $Builtin.Int64, %1 : $Builtin.Int64)
33
+ // CHECK : return %2
34
34
sil [ossa] @test_and3 : $@convention(thin) (Builtin.Int64) -> Builtin.Int64 {
35
35
bb0(%0 : $Builtin.Int64):
36
36
%1 = integer_literal $Builtin.Int64, 288
@@ -41,8 +41,8 @@ bb0(%0 : $Builtin.Int64):
41
41
}
42
42
43
43
// CHECK-LABEL: sil [ossa] @test_and4
44
- // XHECK : %1 = integer_literal $Builtin.Int64, 0
45
- // XHECK : return %1
44
+ // CHECK : %1 = integer_literal $Builtin.Int64, 0
45
+ // CHECK : return %1
46
46
sil [ossa] @test_and4 : $@convention(thin) (Builtin.Int64) -> Builtin.Int64 {
47
47
bb0(%0 : $Builtin.Int64):
48
48
%1 = integer_literal $Builtin.Int64, 18
@@ -53,8 +53,8 @@ bb0(%0 : $Builtin.Int64):
53
53
}
54
54
55
55
// CHECK-LABEL: sil [ossa] @test_or1
56
- // XHECK : bb0(%0 : $Builtin.Int64):
57
- // XHECK : return %0
56
+ // CHECK : bb0(%0 : $Builtin.Int64):
57
+ // CHECK : return %0
58
58
sil [ossa] @test_or1 : $@convention(thin) (Builtin.Int64) -> Builtin.Int64 {
59
59
bb0(%0 : $Builtin.Int64):
60
60
%1 = integer_literal $Builtin.Int64, 0
@@ -63,8 +63,8 @@ bb0(%0 : $Builtin.Int64):
63
63
}
64
64
65
65
// CHECK-LABEL: sil [ossa] @test_or2
66
- // XHECK : %1 = integer_literal $Builtin.Int64, -1
67
- // XHECK : return %1
66
+ // CHECK : %1 = integer_literal $Builtin.Int64, -1
67
+ // CHECK : return %1
68
68
sil [ossa] @test_or2 : $@convention(thin) (Builtin.Int64) -> Builtin.Int64 {
69
69
bb0(%0 : $Builtin.Int64):
70
70
%1 = integer_literal $Builtin.Int64, -1
@@ -73,9 +73,9 @@ bb0(%0 : $Builtin.Int64):
73
73
}
74
74
75
75
// CHECK-LABEL: sil [ossa] @test_or3
76
- // XHECK : %1 = integer_literal $Builtin.Int64, 291
77
- // XHECK : %2 = builtin "or_Int64"(%0 : $Builtin.Int64, %1 : $Builtin.Int64)
78
- // XHECK : return %2
76
+ // CHECK : %1 = integer_literal $Builtin.Int64, 291
77
+ // CHECK : %2 = builtin "or_Int64"(%0 : $Builtin.Int64, %1 : $Builtin.Int64)
78
+ // CHECK : return %2
79
79
sil [ossa] @test_or3 : $@convention(thin) (Builtin.Int64) -> Builtin.Int64 {
80
80
bb0(%0 : $Builtin.Int64):
81
81
%1 = integer_literal $Builtin.Int64, 288
@@ -86,8 +86,8 @@ bb0(%0 : $Builtin.Int64):
86
86
}
87
87
88
88
// CHECK-LABEL: sil [ossa] @test_or4
89
- // XHECK : %1 = integer_literal $Builtin.Int64, -1
90
- // XHECK : return %1
89
+ // CHECK : %1 = integer_literal $Builtin.Int64, -1
90
+ // CHECK : return %1
91
91
sil [ossa] @test_or4 : $@convention(thin) (Builtin.Int64) -> Builtin.Int64 {
92
92
bb0(%0 : $Builtin.Int64):
93
93
%1 = integer_literal $Builtin.Int64, -4
@@ -98,8 +98,8 @@ bb0(%0 : $Builtin.Int64):
98
98
}
99
99
100
100
// CHECK-LABEL: sil [ossa] @test_xor1
101
- // XHECK : bb0(%0 : $Builtin.Int64):
102
- // XHECK : return %0
101
+ // CHECK : bb0(%0 : $Builtin.Int64):
102
+ // CHECK : return %0
103
103
sil [ossa] @test_xor1 : $@convention(thin) (Builtin.Int64) -> Builtin.Int64 {
104
104
bb0(%0 : $Builtin.Int64):
105
105
%1 = integer_literal $Builtin.Int64, 0
@@ -108,9 +108,9 @@ bb0(%0 : $Builtin.Int64):
108
108
}
109
109
110
110
// CHECK-LABEL: sil [ossa] @test_xor2
111
- // XHECK : %1 = integer_literal $Builtin.Int64, -1
112
- // XHECK : %2 = builtin "xor_Int64"(%0 : $Builtin.Int64, %1 : $Builtin.Int64)
113
- // XHECK : return %2
111
+ // CHECK : %1 = integer_literal $Builtin.Int64, -1
112
+ // CHECK : %2 = builtin "xor_Int64"(%0 : $Builtin.Int64, %1 : $Builtin.Int64)
113
+ // CHECK : return %2
114
114
sil [ossa] @test_xor2 : $@convention(thin) (Builtin.Int64) -> Builtin.Int64 {
115
115
bb0(%0 : $Builtin.Int64):
116
116
%1 = integer_literal $Builtin.Int64, -1
@@ -119,9 +119,9 @@ bb0(%0 : $Builtin.Int64):
119
119
}
120
120
121
121
// CHECK-LABEL: sil [ossa] @test_xor3
122
- // XHECK : %1 = integer_literal $Builtin.Int64, 259
123
- // XHECK : %2 = builtin "xor_Int64"(%0 : $Builtin.Int64, %1 : $Builtin.Int64)
124
- // XHECK : return %2
122
+ // CHECK : %1 = integer_literal $Builtin.Int64, 259
123
+ // CHECK : %2 = builtin "xor_Int64"(%0 : $Builtin.Int64, %1 : $Builtin.Int64)
124
+ // CHECK : return %2
125
125
sil [ossa] @test_xor3 : $@convention(thin) (Builtin.Int64) -> Builtin.Int64 {
126
126
bb0(%0 : $Builtin.Int64):
127
127
%1 = integer_literal $Builtin.Int64, 288
@@ -132,8 +132,8 @@ bb0(%0 : $Builtin.Int64):
132
132
}
133
133
134
134
// CHECK-LABEL: sil [ossa] @test_xor4
135
- // XHECK : bb0(%0 : $Builtin.Int64):
136
- // XHECK : return %0
135
+ // CHECK : bb0(%0 : $Builtin.Int64):
136
+ // CHECK : return %0
137
137
sil [ossa] @test_xor4 : $@convention(thin) (Builtin.Int64) -> Builtin.Int64 {
138
138
bb0(%0 : $Builtin.Int64):
139
139
%1 = integer_literal $Builtin.Int64, 18
0 commit comments