[PATCH] D75762: [MLIR] Add document about creating a dialect.

Mehdi AMINI via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Fri Mar 6 16:34:20 PST 2020


mehdi_amini accepted this revision.
mehdi_amini added a comment.
This revision is now accepted and ready to land.

Thanks!



================
Comment at: mlir/docs/CreatingADialect.md:12
+
+The 'include' directory contains a TableGen file in the [ODS
+format](OpDefinitions.md), describing the operations in the dialect.
----------------
I'd say `Alongside the other public headers, the 'include' directory ...`, it sounds like it only contains the Tablegen file otherwise.


Repository:
  rG LLVM Github Monorepo

CHANGES SINCE LAST ACTION
  https://reviews.llvm.org/D75762/new/

https://reviews.llvm.org/D75762





More information about the llvm-commits mailing list