[all-commits] [llvm/llvm-project] caddfb: [mlir][docs] Remove the BuiltinDialect documentati...
River Riddle via All-commits
all-commits at lists.llvm.org
Fri Mar 19 18:22:13 PDT 2021
Branch: refs/heads/main
Home: https://github.com/llvm/llvm-project
Commit: caddfbd2a94c7014173ce891fc0233d58b3c9db8
https://github.com/llvm/llvm-project/commit/caddfbd2a94c7014173ce891fc0233d58b3c9db8
Author: River Riddle <riddleriver at gmail.com>
Date: 2021-03-19 (Fri, 19 Mar 2021)
Changed paths:
M mlir/docs/Diagnostics.md
A mlir/docs/Dialects/Builtin.md
M mlir/docs/LangRef.md
M mlir/include/mlir/IR/BuiltinTypes.td
M mlir/include/mlir/IR/CMakeLists.txt
M mlir/tools/mlir-tblgen/OpDocGen.cpp
Log Message:
-----------
[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
More information about the All-commits
mailing list