From e79cd47e1620045562960ddfe17ab0c4f6e6628f Mon Sep 17 00:00:00 2001 From: River Riddle Date: Wed, 24 Feb 2021 11:42:48 -0800 Subject: [PATCH] [mlir][docs] Small fix to local Pass Manager reproduction documentation --- mlir/docs/PassManagement.md | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/mlir/docs/PassManagement.md b/mlir/docs/PassManagement.md index 7588f4f..e2568bd 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() { -- 2.7.4