llvm-project/mlir
Matthias Springer c069feb89c [mlir][bufferize] Improve error message when returning allocs
The previous error message was confusing. Also improve code documentation and some minor code cleanups.

Differential Revision: https://reviews.llvm.org/D138902
2022-11-30 09:28:12 +01:00
..
benchmark/python [mlir][sparse] Expose SparseTensor passes as enums instead of opaque numbers for vectorization and parallelization options. 2022-09-04 01:39:35 +00:00
cmake/modules Add version to all LLVM cmake package 2022-11-25 21:57:58 +00:00
docs [mlir] Don't include the attribute self type in a `params` directive 2022-11-12 14:38:45 -08:00
examples Apply clang-tidy fixes for readability-identifier-naming in StandaloneExtension.cpp (NFC) 2022-11-17 06:23:30 +00:00
include [mlir][spirv] Add group ops 2022-11-29 15:03:31 +01:00
lib [mlir][bufferize] Improve error message when returning allocs 2022-11-30 09:28:12 +01:00
python [MLIR] Adopt `DenseI64ArrayAttr` in tensor, memref and linalg transform 2022-11-25 09:43:30 +01:00
test [mlir][bufferize] Improve error message when returning allocs 2022-11-30 09:28:12 +01:00
tools [mlir][llvm] Import debug intrinsics from LLVMIR. 2022-11-29 12:31:54 +02:00
unittests [mlir][sparse] support affine expression on sparse dimensions (analysis implementation) 2022-11-23 00:02:47 +00:00
utils [mlir][spirv] Add group ops 2022-11-29 15:03:31 +01:00
.clang-format [mlir] Add missing newline at end of .clang-format file 2022-06-14 23:59:00 -07:00
.clang-tidy [mlir] Disable `misc-const-correctness` clang-tidy check. 2022-08-03 10:18:43 +02:00
CMakeLists.txt Move googletest to the third-party directory 2022-11-09 15:28:08 -08:00
LICENSE.TXT
README.md

README.md

Multi-Level Intermediate Representation

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