Skip to content

Commit dca9d69

Browse files
committed
Fix test name
1 parent 14ab24c commit dca9d69

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

mlir/test/Dialect/Vector/vector-unroll-options.mlir

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -465,11 +465,11 @@ func.func @vector_step() -> vector<32xindex> {
465465
// CHECK: return %[[INS3]] : vector<32xindex>
466466

467467

468-
func.func @elementwise(%v1: vector<2x2x2xf32>, %v2: vector<2x2x2xf32>) -> vector<2x2x2xf32> {
468+
func.func @elementwise_3D_to_2D(%v1: vector<2x2x2xf32>, %v2: vector<2x2x2xf32>) -> vector<2x2x2xf32> {
469469
%0 = arith.addf %v1, %v2 : vector<2x2x2xf32>
470470
return %0 : vector<2x2x2xf32>
471471
}
472-
// CHECK-LABEL: func @elementwise
472+
// CHECK-LABEL: func @elementwise_3D_to_2D
473473
// CHECK-SAME: (%[[ARG0:.*]]: vector<2x2x2xf32>, %[[ARG1:.*]]: vector<2x2x2xf32>) -> vector<2x2x2xf32> {
474474
// CHECK: %[[CST:.*]] = arith.constant dense<0.000000e+00> : vector<2x2x2xf32>
475475
// CHECK: %[[E_LHS_0:.*]] = vector.extract_strided_slice %[[ARG0]] {offsets = [0, 0, 0], sizes = [1, 2, 2], strides = [1, 1, 1]} : vector<2x2x2xf32> to vector<1x2x2xf32>

0 commit comments

Comments
 (0)