llvm-project/mlir
Nicolas Vasilache c303d9b394 [mlir][Linalg] NFC - Cleanup explicitly instantiated paterns 2/n - Loops.cpp
This revision belongs to a series of patches that reduce reliance of Linalg transformations on templated rewrite and conversion patterns.
Instead, this uses a MatchAnyTag pattern for the vast majority of cases and dispatches internally.

Differential revision: https://reviews.llvm.org/D89133
2020-10-09 19:59:49 +00:00
..
cmake/modules Revert "[RFC] Factor out repetitive cmake patterns for llvm-style projects" 2020-10-04 15:17:34 -07:00
docs Revert "[MLIR] Add a foldTrait() mechanism to allow traits to define folding and test it with an Involution trait" 2020-10-09 06:16:42 +00:00
examples Revert "[RFC] Factor out repetitive cmake patterns for llvm-style projects" 2020-10-04 15:17:34 -07:00
include [mlir][Linalg] NFC - Cleanup explicitly instantiated paterns 1/n - LinalgToStandard.cpp 2020-10-09 19:41:41 +00:00
integration_test [mlir][vector] Add integration test for vector distribute transformation 2020-10-08 14:45:56 -07:00
lib [mlir][Linalg] NFC - Cleanup explicitly instantiated paterns 2/n - Loops.cpp 2020-10-09 19:59:49 +00:00
test [MLIR] Add async token/value arguments to async.execute op 2020-10-09 08:52:27 -07:00
tools Revert "Give attributes C++ namespaces." 2020-10-09 19:41:41 +00:00
unittests [mlir] Fix bug in computing operation order 2020-10-09 12:18:52 +01: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 Revert "[RFC] Factor out repetitive cmake patterns for llvm-style projects" 2020-10-04 15:17:34 -07: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.