llvm/mlir
Alex Zinenko 0be38d4f32 [mlir][ods] Add description to Attr and ensure doc generation
Add the description textual field to the Attr ODS class to mirror an
identical field in the Type ODS class. Add support for generating
documentation for attribute constraints defined using this field. This
ensures mlir-tblgen produces at least some documentation for dialects
that only define attribute constraints, such as DLTI.

Reviewed By: rriddle

Differential Revision: https://reviews.llvm.org/D123024
2022-04-05 10:40:15 +02:00
..
benchmark/python [mlir] Move the Builtin FuncOp to the Func dialect 2022-03-16 17:07:03 -07:00
cmake/modules Remove include_directories() from cmake mlir_tablegen() function (NFC) 2022-03-14 04:36:24 +00:00
docs [MLIR] Add nested symbols into LangRef 2022-04-04 22:06:19 +05:30
examples [mlir] Rework the implementation of TypeID 2022-04-04 13:52:26 -07:00
include [mlir][ods] Add description to Attr and ensure doc generation 2022-04-05 10:40:15 +02:00
lib [mlir][ods] Add description to Attr and ensure doc generation 2022-04-05 10:40:15 +02:00
python Revert "Added an empty __init__.py file to the MLIR Python bindings" 2022-03-31 20:03:52 +02:00
test [mlir][ods] Add description to Attr and ensure doc generation 2022-04-05 10:40:15 +02:00
tools [mlir][ods] Add description to Attr and ensure doc generation 2022-04-05 10:40:15 +02:00
unittests Revert "[MLIR][Presburger] IntegerPolyhedron: add support for symbolic integer lexmin" 2022-04-05 00:31:17 +01:00
utils [MLIR] Fix MLIR vim syntax file 2022-04-04 09:02:32 -07:00
.clang-format
.clang-tidy
CMakeLists.txt mlir: set CMAKE_INCLUDE_CURRENT_DIR to fix out-of-tree builds 2022-03-19 18:22:09 -05:00
LICENSE.TXT
README.md

Multi-Level Intermediate Representation

See https://mlir.llvm.org/ for more information.