llvm-project/mlir
Matthias Springer 3b74aac29c [mlir][bufferize] Do not run the buffer deallocation pass if no allocs escape block boundaries
This fixes a bufferization issue with ops that are not supported by the buffer deallocation pass when `allow-return-allocs=0`.

Differential Revision: https://reviews.llvm.org/D122304
2022-03-23 21:07:35 +09:00
..
benchmark/python
cmake/modules
docs [mlir][ods] Add Deprecate helper 2022-03-22 11:08:36 -07:00
examples [mlir] Rename `OpAsmParser::OperandType` to `OpAsmParser::UnresolvedOperand` 2022-03-21 21:42:13 +01:00
include [mlir][bufferize] Do not run the buffer deallocation pass if no allocs escape block boundaries 2022-03-23 21:07:35 +09:00
lib [mlir][bufferize] Do not run the buffer deallocation pass if no allocs escape block boundaries 2022-03-23 21:07:35 +09:00
python [mlir:PDL] Remove the ConstantParams support from native Constraints/Rewrites 2022-03-19 13:28:24 -07:00
test [mlir][OpenMP] Add omp.single 2022-03-23 16:45:27 +05:30
tools [mlir][ods] Add Deprecate helper 2022-03-22 11:08:36 -07:00
unittests [MLIR][Presburger] support IntegerRelation::convertIdKind 2022-03-23 11:12:08 +00:00
utils [mlir][PDLL] Add an initial language server for PDLL 2022-03-19 13:28:23 -07:00
.clang-format
.clang-tidy
CMakeLists.txt mlir: set CMAKE_INCLUDE_CURRENT_DIR to fix out-of-tree builds 2022-03-19 18:22:09 -05:00
LICENSE.TXT
README.md

README.md

Multi-Level Intermediate Representation

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