[MLIR][Linalg] (NFC) Improve RUN command in `generalize-pad-tensor.mlir`
authorLorenzo Chelini <l.chelini@icloud.com>
Wed, 31 May 2023 15:34:13 +0000 (17:34 +0200)
committerLorenzo Chelini <l.chelini@icloud.com>
Wed, 31 May 2023 16:28:17 +0000 (18:28 +0200)
There is no need to specify any `check-prefix` here.

mlir/test/Dialect/Linalg/generalize-pad-tensor.mlir

index dab6d08..ac0eb48 100644 (file)
@@ -1,4 +1,4 @@
-// RUN: mlir-opt -split-input-file --test-linalg-transform-patterns="test-generalize-pad-tensor"  %s | FileCheck --check-prefix=CHECK %s
+// RUN: mlir-opt -split-input-file --test-linalg-transform-patterns="test-generalize-pad-tensor"  %s | FileCheck %s
 
 // CHECK-LABEL:   func @generalize_pad_tensor_static_shape(
 // CHECK-SAME:                                             %[[IN:.*]]: tensor<1x28x28x1xf32>) -> tensor<1x32x32x1xf32> {