llvm-project/mlir
Robert Suderman 65532ea6dd [mlir][linalg] Clear unused linalg tc operations
These operations are not lowered to from any source dialect and are only
used for redundant tests. Removing these named ops, along with their
associated tests, will make migration to YAML operations much more
convenient.

Reviewed By: stellaraccident

Differential Revision: https://reviews.llvm.org/D107993
2021-08-16 11:55:45 -07:00
..
cmake/modules [MLIR][python] Disable SONAME on extensions. 2021-07-30 00:47:11 +00:00
docs [mlir][linalg] fixed typo 2021-08-11 11:59:15 -07:00
examples [mlir] factor memref-to-llvm lowering out of std-to-llvm 2021-07-09 14:49:52 +02:00
include [mlir][linalg] Clear unused linalg tc operations 2021-08-16 11:55:45 -07:00
lib [mlir][linalg] Clear unused linalg tc operations 2021-08-16 11:55:45 -07:00
python [mlir][linalg] Clear unused linalg tc operations 2021-08-16 11:55:45 -07:00
test [mlir][linalg] Clear unused linalg tc operations 2021-08-16 11:55:45 -07:00
tools [MLIR] Move TestDialect to ::test namespace 2021-08-14 13:24:41 -07:00
unittests [MLIR] Move TestDialect to ::test namespace 2021-08-14 13:24:41 -07:00
utils [vscode-mlir] Add proper support for mlir markdown codeblocks 2021-08-03 19:55:31 +00:00
.clang-format
.clang-tidy NFC: .clang-tidy: Inherit configs from parents to improve maintainability 2021-06-08 08:25:59 -07:00
CMakeLists.txt [MLIR] Drop old cmake var names 2021-05-24 15:30:01 +05:30
LICENSE.TXT
README.md

README.md

Multi-Level Intermediate Representation

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