[Mlir-commits] [mlir] [mlir] [docs] Minor documentation fix in `mlir-reduce` docs (PR #142479)
Mehdi Amini
llvmlistbot at llvm.org
Wed Jun 4 13:53:15 PDT 2025
================
@@ -31,7 +31,7 @@ results and different time complexity. You can run as
As mentioned, you need to provide a command to `mlir-reduce` which identifies
cases you're interested in. For each intermediate output generated during
reduction, `mlir-reduce` will run the command over the it, the script should
-returns 1 for interesting case, 0 otherwise. The sample script,
+returns 0 for an interesting case, 1 otherwise. The sample script,
----------------
joker-eph wrote:
I don't quite get the change, can you elaborate?
https://github.com/llvm/llvm-project/pull/142479
More information about the Mlir-commits
mailing list