[Mlir-commits] [mlir] c2d55ef - [mlir][nfc] Remove unnecessary `-split-input-file`

Andrzej Warzynski llvmlistbot at llvm.org
Tue May 16 02:53:57 PDT 2023


Author: Andrzej Warzynski
Date: 2023-05-16T10:53:50+01:00
New Revision: c2d55ef563a96933db8c171a7b624a75b67c2a0f

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

LOG: [mlir][nfc] Remove unnecessary `-split-input-file`

Added: 
    

Modified: 
    mlir/test/Dialect/Linalg/transform-op-matmul-to-outerproduct.mlir

Removed: 
    


################################################################################
diff  --git a/mlir/test/Dialect/Linalg/transform-op-matmul-to-outerproduct.mlir b/mlir/test/Dialect/Linalg/transform-op-matmul-to-outerproduct.mlir
index e60b89a5c406..a737b1885020 100644
--- a/mlir/test/Dialect/Linalg/transform-op-matmul-to-outerproduct.mlir
+++ b/mlir/test/Dialect/Linalg/transform-op-matmul-to-outerproduct.mlir
@@ -1,4 +1,4 @@
-// RUN: mlir-opt %s -test-transform-dialect-interpreter -split-input-file | FileCheck %s
+// RUN: mlir-opt %s -test-transform-dialect-interpreter | FileCheck %s
 
 func.func @outerproduct_matmul(%A: memref<3x3xf32>, %B: memref<3x3xf32>, %C: memref<3x3xf32>) {
   linalg.matmul ins(%A, %B: memref<3x3xf32>, memref<3x3xf32>)


        


More information about the Mlir-commits mailing list