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

This commit is contained in:
Nicolas Vasilache 2021-01-28 13:25:51 +00:00
parent b9ff5da0c8
commit 8900acc796
1 changed files with 1 additions and 2 deletions

View File

@ -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>