[MLIR] Add document about creating a dialect.
authorStephen Neuendorffer <stephen.neuendorffer@xilinx.com>
Fri, 6 Mar 2020 19:26:56 +0000 (11:26 -0800)
committerStephen Neuendorffer <stephen.neuendorffer@xilinx.com>
Sat, 7 Mar 2020 00:37:57 +0000 (16:37 -0800)
commitd774fbc350a077c5442d73d56f41a9c2bdd679a1
tree0938a69f819a48f1d02e705764609812a231f820
parent53b135eeb491802e1fab5edc5435874acb4770da
[MLIR] Add document about creating a dialect.

Goal is also to document best naming practices from here:
https://llvm.discourse.group/t/rfc-canonical-file-paths-to-dialects/621

Differential Revision: https://reviews.llvm.org/D75762
mlir/docs/CreatingADialect.md [new file with mode: 0644]