llvm-project/mlir
Matthias Springer 7bce6bb34b [mlir][linalg][bufferize] Fix crash when bufferizing CallOpInterface
Do not erase those ops during the traversal. Also improve error handling.

Differential Revision: https://reviews.llvm.org/D112405
2021-10-25 21:07:49 +09:00
..
cmake/modules Add MLIR_INSTALL_AGGREGATE_OBJECTS and default it to ON. 2021-10-19 16:14:04 -07:00
docs [mlir] support interfaces in Python bindings 2021-10-25 12:50:42 +02:00
examples [MLIR][arith] fix references to std.constant in comments 2021-10-14 20:38:47 +00:00
include [mlir][linalg][bufferize] Fix crash when bufferizing CallOpInterface 2021-10-25 21:07:49 +09:00
lib [mlir][linalg][bufferize] Fix crash when bufferizing CallOpInterface 2021-10-25 21:07:49 +09:00
python [mlir][python] Infer result types in generated constructors whenever possible 2021-10-25 12:50:44 +02:00
test [mlr][Linalg] NFC - Add option to hook vector.multi_reduction lowering to strategies. 2021-10-25 11:31:39 +00:00
tools [mlir][python] Infer result types in generated constructors whenever possible 2021-10-25 12:50:44 +02:00
unittests Add a clear() method on the PassManager (NFC) 2021-10-25 04:39:00 +00:00
utils [mlir][spirv] Add memory semantics verify for atomic operations 2021-10-14 00:00:55 +08: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] support interfaces in Python bindings 2021-10-25 12:50:42 +02:00
LICENSE.TXT
README.md

README.md

Multi-Level Intermediate Representation

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