llvm-project/mlir
Christian Sigg 27924b1263 [mlir] Remove mlir_c_runner_utils_static.
The library is not actually static when BUILD_SHARED_LIBS is on, and tests need to explicitly load it already. Also, the shared objects it was linked to did not use any symbols from it and it was therefore never linked to it.

Reviewed By: ftynse

Differential Revision: https://reviews.llvm.org/D95612
2021-01-29 15:04:48 +01: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 [mlir] Remove mlir_c_runner_utils_static. 2021-01-29 15:04:48 +01:00
test [mlir] Prevent segfault in Tensor canonicalization 2021-01-29 10:57:58 +01: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

README.md

Multi-Level Intermediate Representation

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