llvm-project/mlir
Matthias Springer 12e41d9264 [mlir][bufferize] Infer memref types when possible
Instead of recomputing memref types from tensor types, try to infer them when possible. This results in more precise layout maps.

Differential Revision: https://reviews.llvm.org/D125614
2022-05-16 02:02:08 +02:00
..
benchmark/python
cmake/modules
docs [mlir] Rename Zero* traits to Zero*s 2022-05-14 00:20:28 +00:00
examples
include [mlir][bufferize] Infer memref types when possible 2022-05-16 02:02:08 +02:00
lib [mlir][bufferize] Infer memref types when possible 2022-05-16 02:02:08 +02:00
python
test [mlir][LLVMIR] Add support for translating shufflevector 2022-05-14 15:14:40 -07:00
tools [mlir] Rename Zero* traits to Zero*s 2022-05-14 00:20:28 +00:00
unittests
utils
.clang-format
.clang-tidy
CMakeLists.txt
LICENSE.TXT
README.md

README.md

Multi-Level Intermediate Representation

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