llvm-project/mlir
Benjamin Kramer f67d57c95f [mlir][Shape] Add a pattern to turn extract from shape_of into tensor.dim
If I remember correctly this wasn't done previously because dim used to
be in the memref dialect.

Differential Revision: https://reviews.llvm.org/D111651
2021-10-12 19:09:21 +02:00
..
cmake/modules [mlir] Limit Python dependency to Development.Module when possible. 2021-10-12 08:31:06 -07:00
docs [mlir] Limit Python dependency to Development.Module when possible. 2021-10-12 08:31:06 -07:00
examples [mlir] Add value_begin/value_end methods to DenseElementsAttr 2021-09-21 01:57:43 +00:00
include [mlir][vector] Add folder for no-op InsertStridedSliceOp 2021-10-12 11:41:35 -04:00
lib [mlir][Shape] Add a pattern to turn extract from shape_of into tensor.dim 2021-10-12 19:09:21 +02:00
python [mlir][python] support taking ops instead of values in op constructors 2021-10-08 09:49:48 +02:00
test [mlir][Shape] Add a pattern to turn extract from shape_of into tensor.dim 2021-10-12 19:09:21 +02:00
tools [mlir][ODS] Support result type inference in custom assembly format 2021-10-11 14:07:56 -06:00
unittests [mlir] Allow to use vformat utility with MLIR classes 2021-10-12 13:28:32 +03:00
utils [mlir][spirv] Fix path in define_enum.sh script 2021-10-05 09:32:01 -04: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] Limit Python dependency to Development.Module when possible. 2021-10-12 08:31:06 -07:00
LICENSE.TXT
README.md

README.md

Multi-Level Intermediate Representation

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