llvm-project/mlir
Jacques Pienaar 4b897de5fa [mlir][ods] Add nested OpTrait
Allows for grouping OpTraits with list of OpTrait to make it easier to group OpTraits together without needing to use list concats (e.g., enable using `[Traits, ..., UsefulGroupOfTraits, Others, ...]` instead of `[Traits, ...] # UsefulGroupOfTraits # [Others, ...]`). Flatten in construction of Operation. This recurses here as the expectation is that these aren't expected to be deeply nested (most likely only 1 level of nesting).

Differential Revision: https://reviews.llvm.org/D106223
2021-07-20 10:44:48 -07:00
..
cmake/modules [mlir] Generare .cpp.inc files for dialects. 2021-06-29 20:10:30 +00:00
docs [MLIR] Fix documentation of the `ExecutionEngine` in the toy tutorial example 2021-07-13 13:23:43 +02:00
examples [mlir] factor memref-to-llvm lowering out of std-to-llvm 2021-07-09 14:49:52 +02:00
include [mlir][ods] Add nested OpTrait 2021-07-20 10:44:48 -07:00
lib [mlir][ods] Add nested OpTrait 2021-07-20 10:44:48 -07:00
python Exclude pybind11 2.7.0 from MLIR python requirements. 2021-07-20 06:56:05 -07:00
test [mlir][ods] Add nested OpTrait 2021-07-20 10:44:48 -07:00
tools [mlir-tblgen] Fix failed matching when binds same operand of an op in different depth 2021-07-20 15:43:09 +08:00
unittests Defend early against operation created without a registered dialect 2021-07-15 03:52:32 +00:00
utils [vscode-mlir] Add support for restarting the server on setting/server changes 2021-06-29 00:08:44 +00:00
.clang-format
.clang-tidy NFC: .clang-tidy: Inherit configs from parents to improve maintainability 2021-06-08 08:25:59 -07:00
CMakeLists.txt [MLIR] Drop old cmake var names 2021-05-24 15:30:01 +05:30
LICENSE.TXT
README.md

README.md

Multi-Level Intermediate Representation

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