llvm-project/mlir
Stella Stamenova 370d0bac90 [mlir] Expose parseDimAndSymbolList from affineops.h
This was removed from ops.h, but it is used by onnx-mlir

Reviewed By: mehdi_amini

Differential Revision: https://reviews.llvm.org/D91830
2020-11-20 09:26:58 -08:00
..
cmake/modules [mlir] Add basic support for attributes in ODS-generated Python bindings 2020-11-17 11:47:37 +01:00
docs [MLIR][SPIRV] Rename `spv._module_end` to `spv.mlir.endmodule` 2020-11-19 13:25:13 -05:00
examples [mlir][BuiltinDialect] Resolve comments from D91571 2020-11-19 11:12:49 -08:00
include [mlir] Expose parseDimAndSymbolList from affineops.h 2020-11-20 09:26:58 -08:00
integration_test [mlir] Automatic reference counting for Async values + runtime support for ref counted objects 2020-11-20 03:08:44 -08:00
lib [mlir] Expose parseDimAndSymbolList from affineops.h 2020-11-20 09:26:58 -08:00
test [mlir][std] Canonicalize a dim(memref_reshape) into a load from the shape operand 2020-11-20 14:03:02 +01:00
tools Revert "[mlir][Linalg] Fuse sequence of Linalg operation (on buffers)" 2020-11-20 13:12:54 +01:00
unittests [mlir][BuiltinDialect] Resolve comments from D91571 2020-11-19 11:12:49 -08:00
utils [mlir] Fix TypeID lookup in GDB pretty printers. 2020-10-27 07:12:32 +01:00
.clang-format
.clang-tidy Fix MLIR clang-tidy: when tweaking it does not inherit from the parent 2020-03-07 17:44:21 +00:00
CMakeLists.txt [mlir] Add basic support for attributes in ODS-generated Python bindings 2020-11-17 11:47:37 +01:00
LICENSE.TXT Add the Apache2 with LLVM exceptions license to MLIR 2019-12-24 00:58:06 -08:00
README.md mlir README.md: Fix the syntax 2019-12-24 13:31:07 +01:00

README.md

Multi-Level Intermediate Representation

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