@@ -2680,7 +2680,7 @@ func.func @squeeze_ranked(%arg0: tensor<?x?x?xf32>) -> tensor<?xf32> {
26802680 // CHECK: %[[C2:.*]] = arith.constant 2 : index
26812681 // CHECK: %[[D2:.*]] = tensor.dim %arg0, %[[C2]] : tensor<?x?x?xf32>
26822682 // CHECK: %[[T:.*]] = tensor.from_elements %[[D2]] : tensor<1xindex>
2683- // CHECK: %[[R:.*]] = "chlo .dynamic_reshape"( %arg0, %[[T]]) : (tensor<?x?x?xf32>, tensor<1xindex>) -> tensor<?xf32>
2683+ // CHECK: %[[R:.*]] = mhlo .dynamic_reshape %arg0, %[[T]] : (tensor<?x?x?xf32>, tensor<1xindex>) -> tensor<?xf32>
26842684 // CHECK: return %[[R]] : tensor<?xf32>
26852685 %0 = " tf.Squeeze" (%arg0 ) { squeeze_dims = [0 , 1 ] }: (tensor <?x?x?xf32 >) -> tensor <?xf32 >
26862686 func.return %0 : tensor <?xf32 >
@@ -2695,7 +2695,7 @@ func.func @squeeze_ranked_negative(%arg0: tensor<?x?x10xf32>) -> tensor<?x10xf32
26952695 // CHECK: %[[C2:.*]] = arith.constant 2 : index
26962696 // CHECK: %[[D2:.*]] = tensor.dim %arg0, %[[C2]] : tensor<?x?x10xf32>
26972697 // CHECK: %[[T:.*]] = tensor.from_elements %[[D0]], %[[D2]] : tensor<2xindex>
2698- // CHECK: %[[R:.*]] = "chlo .dynamic_reshape"( %arg0, %[[T]]) : (tensor<?x?x10xf32>, tensor<2xindex>) -> tensor<?x10xf32>
2698+ // CHECK: %[[R:.*]] = mhlo .dynamic_reshape %arg0, %[[T]] : (tensor<?x?x10xf32>, tensor<2xindex>) -> tensor<?x10xf32>
26992699 // CHECK: return %[[R]] : tensor<?x10xf32>
27002700 %0 = " tf.Squeeze" (%arg0 ) { squeeze_dims = [-2 ] }: (tensor <?x?x10 xf32 >) -> tensor <?x10 xf32 >
27012701 func.return %0 : tensor <?x10 xf32 >
0 commit comments