[mlir] Fix inlining-threshold.mlir test for NDEBUG builds.

This commit is contained in:
Christian Sigg 2024-03-13 17:26:50 +01:00 committed by GitHub
parent 5facb406e6
commit bb893fa23f
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

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