[mlir] Fix inlining-threshold.mlir test for NDEBUG builds.
This commit is contained in:
parent
5facb406e6
commit
bb893fa23f
@ -1,4 +1,4 @@
|
||||
// RUN: mlir-opt %s --mlir-disable-threading -inline='default-pipeline='' inlining-threshold=100' -debug-only=inliner-pass 2>&1 | FileCheck %s
|
||||
// RUN: mlir-opt %s -inline='default-pipeline= inlining-threshold=100' | FileCheck %s
|
||||
|
||||
// Check that inlining does not happen when the threshold is exceeded.
|
||||
func.func @callee1(%arg : i32) -> i32 {
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user