llvm-capstone/mlir
Mehdi Amini e9dc94291e Introduce a new DialectIdentifier structure, extending Identifier with a Dialect information
This class is looking up a dialect prefix on the identifier on initialization
and keeping a pointer to the Dialect when found.

The NamedAttribute key is now a DialectIdentifier.

Reviewed By: rriddle, jpienaar

Differential Revision: https://reviews.llvm.org/D95418
2021-01-29 00:05:36 +00:00
..
cmake/modules Enable python bindings for tensor, shape and linalg dialects. 2021-01-11 12:35:49 -08:00
docs [MLIR][LinAlg][Docs] Add missing example code and other small fixes. 2021-01-28 11:49:36 +01:00
examples [mlir][Python] Roll up of python API fixes. 2021-01-24 19:02:59 -08:00
include Introduce a new DialectIdentifier structure, extending Identifier with a Dialect information 2021-01-29 00:05:36 +00:00
integration_test [mlir][sparse] use typenames for opaque pointers 2021-01-28 09:23:11 -08:00
lib Introduce a new DialectIdentifier structure, extending Identifier with a Dialect information 2021-01-29 00:05:36 +00:00
test [mlir][Linalg] Enable TileAndFusePattern to work with tensors. 2021-01-28 14:13:01 -08:00
tools [mlir][Linalg] Enable TileAndFusePattern to work with tensors. 2021-01-28 14:13:01 -08:00
unittests [MLIR] Add support for extracting an integer sample point (if one exists) from an unbounded FlatAffineConstraints. 2021-01-22 22:28:38 +05:30
utils [mlir][spirv] Fix script for availability autogen and refresh ops 2021-01-22 13:07:36 -05:00
.clang-format
.clang-tidy
CMakeLists.txt [mlir] Fix cross-compilation (Linalg ODS gen) 2021-01-18 11:57:55 +01:00
LICENSE.TXT
README.md

Multi-Level Intermediate Representation

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