Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion mlir/docs/Tutorials/CreatingADialect.md
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ typically defined in FooDialect.cpp, which includes FooOps.cpp.inc and
FooOpsInterfaces.h.inc.

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

Note that dialect names should not generally be suffixed with “Ops”,
Expand Down
Loading