Remove spurious debug spew in tests

PiperOrigin-RevId: 271624731
This commit is contained in:
Nicolas Vasilache 2019-09-27 12:31:12 -07:00 committed by A. Unique TensorFlower
parent bc4984e4f7
commit b569c969f0
4 changed files with 0 additions and 4 deletions

View File

@ -1,4 +1,3 @@
// RUN: mlir-opt -lower-to-llvm %s
// RUN: mlir-opt -lower-to-llvm %s | FileCheck %s
//CHECK: func @second_order_arg(!llvm<"void ()*">)

View File

@ -1,4 +1,3 @@
// RUN: mlir-opt -lower-to-llvm %s
// RUN: mlir-opt -lower-to-llvm %s | FileCheck %s

View File

@ -1,4 +1,3 @@
// RUN: mlir-opt %s -lower-to-llvm
// RUN: mlir-opt %s -lower-to-llvm | FileCheck %s
// CHECK-LABEL: func @address_space(

View File

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