Skip to content

Commit 4d8e35a

Browse files
ghpvnistTensorFlow MLIR Team
authored andcommitted
Add missing split markers to test
PiperOrigin-RevId: 712648853
1 parent 701773d commit 4d8e35a

File tree

1 file changed

+4
-2
lines changed

1 file changed

+4
-2
lines changed

stablehlo/stablehlo/tests/chlo/chlo_legalize_to_stablehlo.mlir

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -441,7 +441,6 @@ func.func @asinh_f32(%arg : tensor<f32>) -> tensor<f32> {
441441

442442
// -----
443443

444-
445444
// CHECK-LABEL: func.func @asinh_f64(
446445
// CHECK-SAME: %[[VAL_0:.*]]: tensor<f64>) -> tensor<f64> {
447446
// CHECK: %[[VAL_1:.*]] = stablehlo.sign %[[VAL_0]] : tensor<f64>
@@ -2788,7 +2787,6 @@ func.func @polygamma_f16(%lhs : tensor<f16>, %rhs : tensor<f16>) -> tensor<f16>
27882787

27892788
// -----
27902789

2791-
27922790
// CHECK-LABEL: @sinh_f32
27932791
// CHECK-SAME: (%[[X:.*]]: tensor<f32>)
27942792
func.func @sinh_f32(%x : tensor<f32>) -> tensor<f32> {
@@ -3891,6 +3889,8 @@ func.func @erf_inv_wide(%arg0 : tensor<16x16xf64>) {
38913889
return
38923890
}
38933891

3892+
// -----
3893+
38943894
// CHECK-LABEL: @square_complex_f32(
38953895
// CHECK-SAME: %[[VAL_0:.*]]: tensor<complex<f32>>) -> tensor<complex<f32>> {
38963896
// CHECK: %[[VAL_1:.*]] = stablehlo.real %[[VAL_0]] : (tensor<complex<f32>>) -> tensor<f32>
@@ -3916,6 +3916,8 @@ func.func @square_complex_f32(%arg : tensor<complex<f32>>) -> tensor<complex<f32
39163916
func.return %result : tensor<complex<f32>>
39173917
}
39183918

3919+
// -----
3920+
39193921
// CHECK-LABEL: @square_f32(
39203922
// CHECK-SAME: %[[VAL_0:.*]]: tensor<f32>) -> tensor<f32> {
39213923
// CHECK: %[[VAL_1:.*]] = stablehlo.multiply %[[VAL_0]], %[[VAL_0]] : tensor<f32>

0 commit comments

Comments
 (0)