llvm-project/mlir
Stephen Neuendorffer 34d12c15f7 [MLIR] Better message for FuncOp type mismatch
Previously the actual types were not shown, which makes the message
difficult to grok in the context of long lowering chains.  Also, it
appears that there were no actual tests for this.

Differential Revision: https://reviews.llvm.org/D88318
2020-10-02 09:31:44 -07:00
..
cmake/modules [mlir] Make mlir_check_link_libraries() work with interface libraries 2020-08-14 11:39:04 -07:00
docs [MLIR] Updates around MemRef Normalization 2020-10-01 21:11:41 -07:00
examples [mlir] Remove unneeded OpBuilder params. NFC. 2020-09-23 08:11:13 -07:00
include [mlir] Add subtensor_insert operation 2020-10-02 06:32:31 -04:00
integration_test [mlir][Linalg] Tile sizes for Conv ops vectorization added as pass arguments 2020-09-30 11:31:28 +00:00
lib [MLIR] Better message for FuncOp type mismatch 2020-10-02 09:31:44 -07:00
test [MLIR] Better message for FuncOp type mismatch 2020-10-02 09:31:44 -07:00
tools [mlir][Linalg] Add pattern to tile and fuse Linalg operations on buffers. 2020-09-30 14:56:58 -07:00
unittests [MLIR][NFC] Adopt use of TypeRange in build() methods. 2020-09-23 09:07:57 -07:00
utils Add GDB prettyprinters for a few more MLIR types. 2020-09-30 21:22:47 +02: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] Initial version of C APIs 2020-08-05 15:04:08 +02:00
LICENSE.TXT
README.md

README.md

Multi-Level Intermediate Representation

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