[Mlir-commits] [mlir] 8900acc - [mlir][Linalg] Reenable test that was mistakenly disabled

Nicolas Vasilache llvmlistbot at llvm.org
Thu Jan 28 05:26:22 PST 2021


Author: Nicolas Vasilache
Date: 2021-01-28T13:25:59Z
New Revision: 8900acc796bb8c4cc3315599119adb7e236da6dc

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

LOG: [mlir][Linalg] Reenable test that was mistakenly disabled

Added: 
    

Modified: 
    mlir/test/Dialect/Linalg/tile-and-pad-tensors.mlir

Removed: 
    


################################################################################
diff  --git a/mlir/test/Dialect/Linalg/tile-and-pad-tensors.mlir b/mlir/test/Dialect/Linalg/tile-and-pad-tensors.mlir
index 1291b5c990df..e4121083e240 100644
--- a/mlir/test/Dialect/Linalg/tile-and-pad-tensors.mlir
+++ b/mlir/test/Dialect/Linalg/tile-and-pad-tensors.mlir
@@ -1,5 +1,4 @@
-// RUN: mlir-opt %s -test-linalg-transform-patterns=test-tile-and-pad-pattern -canonicalize
-//| FileCheck %s
+// RUN: mlir-opt %s -test-linalg-transform-patterns=test-tile-and-pad-pattern -canonicalize | FileCheck %s
 
 // CHECK-LABEL: func @matmul_tensors(
 // CHECK-SAME:    %[[TA:[0-9a-z]+]]: tensor<?x?xf32>


        


More information about the Mlir-commits mailing list