summaryrefslogtreecommitdiff
path: root/mlir
diff options
context:
space:
mode:
authorAndrzej Warzynski <andrzej.warzynski@arm.com>2023-05-16 10:51:45 +0100
committerAndrzej Warzynski <andrzej.warzynski@gmail.com>2023-05-16 10:53:50 +0100
commitc2d55ef563a96933db8c171a7b624a75b67c2a0f (patch)
treec46f9fbc7e7e5b0c0c7150e7a3e7ef1e2b59c1f9 /mlir
parent8d2bae8c227debdcd0632ce364c58883bd12ad84 (diff)
downloadllvm-c2d55ef563a96933db8c171a7b624a75b67c2a0f.tar.gz
[mlir][nfc] Remove unnecessary `-split-input-file`
Diffstat (limited to 'mlir')
-rw-r--r--mlir/test/Dialect/Linalg/transform-op-matmul-to-outerproduct.mlir2
1 files changed, 1 insertions, 1 deletions
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>)