[Mlir-commits] [mlir] 3c5b4da - [mlir][docs] Fix typos.
Jian Cai
llvmlistbot at llvm.org
Tue Aug 15 14:14:25 PDT 2023
Author: Jian Cai
Date: 2023-08-15T14:14:11-07:00
New Revision: 3c5b4dabdc06dd380391ac965b16961610c0db77
URL: https://github.com/llvm/llvm-project/commit/3c5b4dabdc06dd380391ac965b16961610c0db77
DIFF: https://github.com/llvm/llvm-project/commit/3c5b4dabdc06dd380391ac965b16961610c0db77.diff
LOG: [mlir][docs] Fix typos.
Added:
Modified:
mlir/docs/DeclarativeRewrites.md
Removed:
################################################################################
diff --git a/mlir/docs/DeclarativeRewrites.md b/mlir/docs/DeclarativeRewrites.md
index d068b96142a40e..dd996baf3cd957 100644
--- a/mlir/docs/DeclarativeRewrites.md
+++ b/mlir/docs/DeclarativeRewrites.md
@@ -706,8 +706,8 @@ def : Pattern<
```
This will copy the attribute `foo` and `bar` of `ThreeResultOp` in the source
-pattern to `TwoResultOp` and `OneResultOp` in the result patterns respectively.
-The patterns are executed in the order they are specified.
+pattern to `ZeroResultOp` and `ThreeResultOp` in the result patterns respectively.
+The patterns are executed in specified order.
### Adjusting benefits
More information about the Mlir-commits
mailing list