[mlir][docs] Remove the BuiltinDialect documentation from langref and generate it...
authorRiver Riddle <riddleriver@gmail.com>
Sat, 20 Mar 2021 01:19:16 +0000 (18:19 -0700)
committerRiver Riddle <riddleriver@gmail.com>
Sat, 20 Mar 2021 01:21:33 +0000 (18:21 -0700)
commitcaddfbd2a94c7014173ce891fc0233d58b3c9db8
tree22c862fb01715e46e9d7cac2a47930314f18aeb7
parentb2f232b830efdc02f6350d4b611977270919613d
[mlir][docs] Remove the BuiltinDialect documentation from langref and generate it from ODS

Now that all of the builtin dialect is generated from ODS, its documentation in LangRef can be split out and replaced with references to Dialects/Builtin.md. LangRef is quite crusty right now and should really have a full cleanup done in a followup.

Differential Revision: https://reviews.llvm.org/D98562
mlir/docs/Diagnostics.md
mlir/docs/Dialects/Builtin.md [new file with mode: 0644]
mlir/docs/LangRef.md
mlir/include/mlir/IR/BuiltinTypes.td
mlir/include/mlir/IR/CMakeLists.txt
mlir/tools/mlir-tblgen/OpDocGen.cpp