Skip to content

Commit 9bfbff2

Browse files
authored
[mlir][docs] Fix typo: 'DDR' → 'DRR' in Creating a Dialect tutorial (#161967)
Fixes a small typo in the Creating a Dialect tutorial. The rewrite rules format should be DRR (Declarative Rewrite Rules), not DDR.
1 parent 85c7cea commit 9bfbff2

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

mlir/docs/Tutorials/CreatingADialect.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ typically defined in FooDialect.cpp, which includes FooOps.cpp.inc and
2222
FooOpsInterfaces.h.inc.
2323

2424
The 'Transforms' directory contains rewrite rules for the dialect,
25-
typically described in TableGen file using the [DDR
25+
typically described in TableGen file using the [DRR
2626
format](../DeclarativeRewrites.md).
2727

2828
Note that dialect names should not generally be suffixed with “Ops”,

0 commit comments

Comments
 (0)