llvm-project/mlir
Matthias Springer e359a1e548 [mlir][linalg][bufferize][NFC] Map only tensors in BufferizationState
BufferizationState had map/lookup overloads for non-tensor values. This was necessary for IREE. There is now a better way to do this, so these overloads can be removed.

Differential Revision: https://reviews.llvm.org/D114929
2021-12-03 23:07:09 +09:00
..
cmake/modules [mlir][ods] AttrOrTypeGen uses Class 2021-12-01 16:53:23 +00:00
docs [mlir][ods] update attr/type def format docs 2021-12-02 23:42:47 +00:00
examples [mlir] Move trait to InferTypeOpInterface 2021-11-21 14:41:12 -08:00
include [mlir][linalg][bufferize][NFC] Map only tensors in BufferizationState 2021-12-03 23:07:09 +09:00
lib [mlir][linalg][bufferize][NFC] Map only tensors in BufferizationState 2021-12-03 23:07:09 +09:00
python [mlir][python] Audit and fix a lot of the Python pyi stubs. 2021-11-29 21:40:28 -08:00
test [mlir] support recursive type conversion of named LLVM structs 2021-12-03 12:41:40 +01:00
tools [mlir][ods] fix defgen on empty files 2021-12-02 21:25:59 +00:00
unittests Using make_unique instead of `new` (NFC) 2021-12-03 01:53:42 +00:00
utils [mlir][NFC] Replace references to Identifier with StringAttr 2021-11-16 17:36:26 +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] Add MLIR-C dylib. 2021-11-11 22:58:13 -08:00
LICENSE.TXT
README.md

README.md

Multi-Level Intermediate Representation

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