Skip to content

Commit

Permalink
[mlir] Address post commit comments on 8f2457c and fix the test
Browse files Browse the repository at this point in the history
  • Loading branch information
nicolasvasilache committed Sep 1, 2022
1 parent e5caa0f commit 153709c
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion mlir/test/Dialect/Linalg/drop-unit-extent-dims.mlir
Expand Up @@ -870,5 +870,6 @@ func.func @drop_all_loops(%arg0 : memref<1x1xf32, 3>) -> memref<1x1xf32, 3>
}

// CHECK-LABEL: func @drop_all_loops
// CHECK: memref.collapse_shape %{{.*}} [] memref<1x1xf32, 3> into memref<f32, 3>
// CHECK: memref.collapse_shape
// CHECK-SAME: [] : memref<1x1xf32, 3> into memref<f32, 3>
// CHECK: linalg.generic{{.*}}memref<f32, 3>

0 comments on commit 153709c

Please sign in to comment.