[Mlir-commits] [mlir] 9656c87 - [MLIR][Linalg] (NFC) Improve RUN command in `generalize-pad-tensor.mlir`

Lorenzo Chelini llvmlistbot at llvm.org
Wed May 31 09:30:36 PDT 2023


Author: Lorenzo Chelini
Date: 2023-05-31T18:28:17+02:00
New Revision: 9656c87bd97b55c50610cab1b36ddad69fc3142e

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

LOG: [MLIR][Linalg] (NFC) Improve RUN command in `generalize-pad-tensor.mlir`

There is no need to specify any `check-prefix` here.

Added: 
    

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

Removed: 
    


################################################################################
diff  --git a/mlir/test/Dialect/Linalg/generalize-pad-tensor.mlir b/mlir/test/Dialect/Linalg/generalize-pad-tensor.mlir
index dab6d0802634c..ac0eb48fb3794 100644
--- a/mlir/test/Dialect/Linalg/generalize-pad-tensor.mlir
+++ b/mlir/test/Dialect/Linalg/generalize-pad-tensor.mlir
@@ -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> {


        


More information about the Mlir-commits mailing list