This repository was archived by the owner on Aug 31, 2019. It is now read-only.
File tree Expand file tree Collapse file tree 3 files changed +4
-4
lines changed Expand file tree Collapse file tree 3 files changed +4
-4
lines changed Original file line number Diff line number Diff line change @@ -9,5 +9,5 @@ v4sf foo (struct s a) {
9
9
return a .v ;
10
10
}
11
11
12
- // CHECK-LABEL: define <4 x float> @foo(<4 x float> inreg %a.coerce)
12
+ // CHECK-LABEL: define <4 x float> @foo(<4 x float> inreg returned %a.coerce)
13
13
// CHECK: ret <4 x float> %a.coerce
Original file line number Diff line number Diff line change 14
14
15
15
struct one_field { double d; };
16
16
test (one_field);
17
- // CHECK: define double @_Z7forward9one_field(double %{{.*}})
17
+ // CHECK: define double @_Z7forward9one_field(double returned %{{.*}})
18
18
//
19
19
// CHECK: define void @_Z14test_one_fieldv()
20
20
// CHECK: %[[call:.*]] = tail call double @_Z13def_one_fieldv()
@@ -89,7 +89,7 @@ struct one_bitfield {
89
89
int d:3 ;
90
90
};
91
91
test (one_bitfield);
92
- // CHECK: define i32 @_Z7forward12one_bitfield(i32 %{{.*}})
92
+ // CHECK: define i32 @_Z7forward12one_bitfield(i32 returned %{{.*}})
93
93
//
94
94
// CHECK: define void @_Z17test_one_bitfieldv()
95
95
// CHECK: %[[call:.*]] = tail call i32 @_Z16def_one_bitfieldv()
Original file line number Diff line number Diff line change @@ -51,7 +51,7 @@ int f6(char4 x) {
51
51
return __builtin_astype (x , int );
52
52
}
53
53
54
- //CHECK: define spir_func <3 x i8> @f7(<3 x i8> %[[x:.*]])
54
+ //CHECK: define spir_func <3 x i8> @f7(<3 x i8> returned %[[x:.*]])
55
55
//CHECK-NOT: bitcast
56
56
//CHECK-NOT: shufflevector
57
57
//CHECK: ret <3 x i8> %[[x]]
You can’t perform that action at this time.
0 commit comments