llvm-project/mlir
Diego Caballero 2e7a084591 [mlir][Affine] Revisit fusion candidates after successful fusion
This patch changes the fusion algorithm so that after fusing two loop nests
we revisit previously visited nodes so that they are considered again for
fusion in the context of the new fused loop nest.

Reviewed By: bondhugula

Differential Revision: https://reviews.llvm.org/D81609
2020-06-11 14:53:08 -07:00
..
cmake/modules [mlir] Make translation libraries available through MLIRConfig.cmake 2020-05-28 17:39:07 +02:00
docs [mlir][Linalg][Doc] Fix of misleading example in Property 2 2020-06-11 10:50:34 +02:00
examples Register printer and context CL options with the toyc example 2020-06-10 19:59:40 +00:00
include [mlir] Remove Broadcastable ODS trait 2020-06-11 13:45:09 -07:00
lib [mlir][Affine] Revisit fusion candidates after successful fusion 2020-06-11 14:53:08 -07:00
test [mlir][Affine] Revisit fusion candidates after successful fusion 2020-06-11 14:53:08 -07:00
tools [mlir] Fix some of the warnings in MLIR code. 2020-06-11 22:18:32 +02:00
unittests Revert "[mlir][spirv] Enhance structure type member decoration handling" 2020-06-11 00:52:03 +00:00
utils [mlir] Change generate-test-checks.py to `%[[V:.*]]` style 2020-05-13 14:50:14 -07:00
.clang-format [mlir] add .clang-format 2019-03-29 12:41:43 -07:00
.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][gpu] Introduce mlir-rocm-runner. 2020-06-05 09:46:39 -05: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.