File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -110,7 +110,7 @@ func testClike2(x: CLike2) -> Int {
110
110
}
111
111
}
112
112
113
- // CHECK-LABEL: define hidden i32 @_TF8test_v7k10testClike8{{.*}}(i32, i3 )
113
+ // CHECK-LABEL: define hidden i32 @_TF8test_v7k10testClike8{{.*}}(i32, i8 )
114
114
// CHECK: [[ID:%[0-9]+]] = phi i32 [ -1, {{.*}} ], [ 1, {{.*}} ]
115
115
// CHECK: ret i32 [[ID]]
116
116
// V7K-LABEL: __TF8test_v7k10testClike8
@@ -164,7 +164,7 @@ func testSingleP(x: SinglePayload) -> Double {
164
164
}
165
165
}
166
166
167
- // CHECK-LABEL: define hidden double @_TF8test_v7k10testMultiP{{.*}}(i32, i32, i2 )
167
+ // CHECK-LABEL: define hidden double @_TF8test_v7k10testMultiP{{.*}}(i32, i32, i8 )
168
168
// CHECK: [[FIRST:%[0-9]+]] = zext i32 %0 to i64
169
169
// CHECK: [[SECOND:%[0-9]+]] = zext i32 %1 to i64
170
170
// CHECK: [[TEMP:%[0-9]+]] = shl i64 [[SECOND]], 32
You can’t perform that action at this time.
0 commit comments