diff options
| author | Nicolas Vasilache <ntv@google.com> | 2019-09-27 12:31:12 -0700 |
|---|---|---|
| committer | A. Unique TensorFlower <gardener@tensorflow.org> | 2019-09-27 12:31:43 -0700 |
| commit | b569c969f0e3aec63f13b97b99a05f70a17867ad (patch) | |
| tree | f3b314d706c209afa6e58293be6661761b196225 /mlir/test/Examples | |
| parent | bc4984e4f7c40ae9a51c84bcd3c4bb4c876b0b13 (diff) | |
| download | bcm5719-llvm-b569c969f0e3aec63f13b97b99a05f70a17867ad.tar.gz bcm5719-llvm-b569c969f0e3aec63f13b97b99a05f70a17867ad.zip | |
Remove spurious debug spew in tests
PiperOrigin-RevId: 271624731
Diffstat (limited to 'mlir/test/Examples')
| -rw-r--r-- | mlir/test/Examples/Linalg/Linalg1.mlir | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/mlir/test/Examples/Linalg/Linalg1.mlir b/mlir/test/Examples/Linalg/Linalg1.mlir index 60ec505b39a..5e1392a0cb2 100644 --- a/mlir/test/Examples/Linalg/Linalg1.mlir +++ b/mlir/test/Examples/Linalg/Linalg1.mlir @@ -1,5 +1,4 @@ // RUN: linalg1-opt %s | FileCheck %s -// RUN: linalg1-opt %s -lower-linalg-to-llvm // RUN: linalg1-opt %s -lower-linalg-to-llvm | FileCheck %s -check-prefix=LLVM func @view_op(%arg0: memref<f32>, %arg1: memref<?xf32>, %arg2: memref<?x?xf32>) { |

