Remove spurious debug spew in tests
PiperOrigin-RevId: 271624731
This commit is contained in:
parent
bc4984e4f7
commit
b569c969f0
|
@ -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 ()*">)
|
||||
|
|
|
@ -1,4 +1,3 @@
|
|||
// RUN: mlir-opt -lower-to-llvm %s
|
||||
// RUN: mlir-opt -lower-to-llvm %s | FileCheck %s
|
||||
|
||||
|
||||
|
|
|
@ -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(
|
||||
|
|
|
@ -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>) {
|
||||
|
|
Loading…
Reference in New Issue