We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 5facb40 commit bb893faCopy full SHA for bb893fa
mlir/test/Transforms/inlining-threshold.mlir
@@ -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
+// RUN: mlir-opt %s -inline='default-pipeline= inlining-threshold=100' | FileCheck %s
2
3
// Check that inlining does not happen when the threshold is exceeded.
4
func.func @callee1(%arg : i32) -> i32 {
0 commit comments