[Mlir-commits] [mlir] 153709c - [mlir] Address post commit comments on 8f2457ccf01f00bb83bd391ac04209e75361fb9a and fix the test
Nicolas Vasilache
llvmlistbot at llvm.org
Thu Sep 1 04:38:44 PDT 2022
Author: Nicolas Vasilache
Date: 2022-09-01T04:38:35-07:00
New Revision: 153709c0934dd615cda3c9e496bd04beae8da595
URL: https://github.com/llvm/llvm-project/commit/153709c0934dd615cda3c9e496bd04beae8da595
DIFF: https://github.com/llvm/llvm-project/commit/153709c0934dd615cda3c9e496bd04beae8da595.diff
LOG: [mlir] Address post commit comments on 8f2457ccf01f00bb83bd391ac04209e75361fb9a and fix the test
Added:
Modified:
mlir/test/Dialect/Linalg/drop-unit-extent-dims.mlir
Removed:
################################################################################
diff --git a/mlir/test/Dialect/Linalg/drop-unit-extent-dims.mlir b/mlir/test/Dialect/Linalg/drop-unit-extent-dims.mlir
index 27f540c8e715..cab14698e57c 100644
--- a/mlir/test/Dialect/Linalg/drop-unit-extent-dims.mlir
+++ b/mlir/test/Dialect/Linalg/drop-unit-extent-dims.mlir
@@ -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>
More information about the Mlir-commits
mailing list