llvm-project/mlir
Ingo Müller 000e426449 [mlir][bufferize][doc] Fix documentation of return type of `to_memref`.
This is my very first contact with this dialect, so I am not very
confident with this commit, but it seems like the op returns a memref,
not a tensor, so that's what comment about the result type should say.

[mlir][bufferization][doc] Improve typesetting of inline code. Fix Typo.

Reviewed By: pifon2a

Differential Revision: https://reviews.llvm.org/D130159
2022-07-20 13:21:49 +00:00
..
benchmark/python [NFC] Remove obsolete all_passes_registration from integration tests. 2022-07-16 18:18:43 -07:00
cmake/modules Restore Python install behavior from before D128230. 2022-07-09 19:22:51 -07:00
docs [mlir][docs] Fix pass manager document 2022-07-19 19:52:57 +00:00
examples Revert "[MLIR] Generic 'malloc', 'aligned_alloc' and 'free' functions" 2022-07-18 18:07:36 +00:00
include [mlir][bufferize][doc] Fix documentation of return type of `to_memref`. 2022-07-20 13:21:49 +00:00
lib [mlir:LSP][NFC] Make the LSPServer class private 2022-07-20 01:43:30 -07:00
python [mlir] Overhaul C/Python registration APIs to properly scope registration/loading activities. 2022-07-16 17:27:50 -07:00
test [mlir] Fix macOS tests 2022-07-20 10:19:05 +02:00
tools [mlir] Flip LinAlg dialect to _Both 2022-07-19 14:42:58 -07:00
unittests [MLIR][Presburger] fix warning under g++ (NFC) 2022-07-18 18:02:20 +01:00
utils [mlir][mbr] Improve diagnostics on error with `raise from`. 2022-07-15 15:15:58 +00:00
.clang-format [mlir] Add missing newline at end of .clang-format file 2022-06-14 23:59:00 -07:00
.clang-tidy Enable readability-redundant-smartptr-get in MLIR local clang-tidy config 2022-01-08 20:07:11 +00:00
CMakeLists.txt Revert "[cmake] Don't export `LLVM_TOOLS_INSTALL_DIR` anymore" 2022-06-10 19:26:12 +00:00
LICENSE.TXT
README.md

README.md

Multi-Level Intermediate Representation

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