llvm-project/mlir
Nicolas Vasilache a6bf6f25f0 [mlir][Linalg] Let FuseIntoContainingOp return success when nothing is fused.
This composes better when the op is applied in situations where it does not match.

Differential Revision: https://reviews.llvm.org/D131734
2022-08-12 02:18:31 -07:00
..
benchmark/python [NFC] Remove obsolete all_passes_registration from integration tests. 2022-07-16 18:18:43 -07:00
cmake/modules [CMake] Fix add_subdirectory llvm builds 2022-07-26 11:24:23 +02:00
docs Revert "[mlir] Switch segment size attributes to DenseI32ArrayAttr" 2022-08-12 10:22:47 +02:00
examples [mlir] Fix build of toyc-ch6 (NFC) 2022-08-09 15:58:49 -04:00
include Revert "[mlir] Switch segment size attributes to DenseI32ArrayAttr" 2022-08-12 10:22:47 +02:00
lib [mlir][Linalg] Let FuseIntoContainingOp return success when nothing is fused. 2022-08-12 02:18:31 -07:00
python [mlir][math] Fix pythong bindings after 00f7096d31 2022-08-08 19:14:44 +02:00
test [mlir][Linalg] Let FuseIntoContainingOp return success when nothing is fused. 2022-08-12 02:18:31 -07:00
tools Revert "[mlir] Switch segment size attributes to DenseI32ArrayAttr" 2022-08-12 10:22:47 +02:00
unittests [mlir][sparse] fix switch statement bug on two binary ops 2022-08-09 11:58:05 -07:00
utils [mlir][spirv] Migrate to use specalized enum attributes 2022-08-09 14:14:54 -04: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 [mlir] Fix calling the native mlir-pdll-tblgen 2022-08-11 09:34:13 +00:00
LICENSE.TXT
README.md

README.md

Multi-Level Intermediate Representation

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