[Mlir-commits] [mlir] e79cd47 - [mlir][docs] Small fix to local Pass Manager reproduction documentation
River Riddle
llvmlistbot at llvm.org
Wed Feb 24 11:48:00 PST 2021
Author: River Riddle
Date: 2021-02-24T11:47:34-08:00
New Revision: e79cd47e1620045562960ddfe17ab0c4f6e6628f
URL: https://github.com/llvm/llvm-project/commit/e79cd47e1620045562960ddfe17ab0c4f6e6628f
DIFF: https://github.com/llvm/llvm-project/commit/e79cd47e1620045562960ddfe17ab0c4f6e6628f.diff
LOG: [mlir][docs] Small fix to local Pass Manager reproduction documentation
Added:
Modified:
mlir/docs/PassManagement.md
Removed:
################################################################################
diff --git a/mlir/docs/PassManagement.md b/mlir/docs/PassManagement.md
index 7588f4fba1b5..e2568bd1395c 100644
--- a/mlir/docs/PassManagement.md
+++ b/mlir/docs/PassManagement.md
@@ -1179,8 +1179,7 @@ For example, if the failure in the previous example came from `canonicalize`,
the following reproducer will be generated:
```mlir
-// configuration: -pass-pipeline='func(canonicalize)'
-// note: verifyPasses=false
+// configuration: -pass-pipeline='func(canonicalize)' -verify-each
module {
func @foo() {
More information about the Mlir-commits
mailing list