Skip to content

Commit bb893fa

Browse files
authored
[mlir] Fix inlining-threshold.mlir test for NDEBUG builds.
1 parent 5facb40 commit bb893fa

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

mlir/test/Transforms/inlining-threshold.mlir

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
// RUN: mlir-opt %s --mlir-disable-threading -inline='default-pipeline='' inlining-threshold=100' -debug-only=inliner-pass 2>&1 | FileCheck %s
1+
// RUN: mlir-opt %s -inline='default-pipeline= inlining-threshold=100' | FileCheck %s
22

33
// Check that inlining does not happen when the threshold is exceeded.
44
func.func @callee1(%arg : i32) -> i32 {

0 commit comments

Comments
 (0)