[Mlir-commits] [mlir] ae3e142 - Fix test/Dialect/Vector/vector-transfer-flatten.mlir

Diego Caballero llvmlistbot at llvm.org
Thu Feb 22 14:06:34 PST 2024


Author: Diego Caballero
Date: 2024-02-22T22:05:45Z
New Revision: ae3e14276b7181ae51e9ef731f44f813a1a3f123

URL: https://github.com/llvm/llvm-project/commit/ae3e14276b7181ae51e9ef731f44f813a1a3f123
DIFF: https://github.com/llvm/llvm-project/commit/ae3e14276b7181ae51e9ef731f44f813a1a3f123.diff

LOG: Fix test/Dialect/Vector/vector-transfer-flatten.mlir

Added: 
    

Modified: 
    mlir/test/Dialect/Vector/vector-transfer-flatten.mlir

Removed: 
    


################################################################################
diff  --git a/mlir/test/Dialect/Vector/vector-transfer-flatten.mlir b/mlir/test/Dialect/Vector/vector-transfer-flatten.mlir
index 3b6441d0c9560c..2766e782a3fb27 100644
--- a/mlir/test/Dialect/Vector/vector-transfer-flatten.mlir
+++ b/mlir/test/Dialect/Vector/vector-transfer-flatten.mlir
@@ -475,6 +475,8 @@ func.func @regression_non_contiguous_dim_read(%subview : memref<1x3x3x2xf32, str
 //       CHECK:      %[[COLLAPSE:.+]] = memref.collapse_shape %{{.*}} {{\[}}[0], [1], [2, 3]] : memref<1x3x3x2xf32, strided<[40, 10, 2, 1], offset: ?>> into memref<1x3x6xf32, strided<[40, 10, 1], offset: ?>>
 //       CHECK:     %[[APPLY:.*]] = affine.apply #[[$MAP]]()
 
+// CHECK-128B-LABEL: func @regression_non_contiguous_dim_read(
+
 // -----
 
 func.func @unsupported_non_contiguous_dim_write(%value : vector<2x2xf32>,
@@ -487,3 +489,5 @@ func.func @unsupported_non_contiguous_dim_write(%value : vector<2x2xf32>,
 
 // CHECK-LABEL:  func.func @unsupported_non_contiguous_dim_write(
 //   CHECK-NOT:    memref.collapse_shape
+
+// CHECK-128B-LABEL: func @unsupported_non_contiguous_dim_write(


        


More information about the Mlir-commits mailing list