llvm-project/mlir
Stella Laurenzo 2aa6d56dce Restore Python install behavior from before D128230.
In D128230, we accidentally moved the install for Python sources outside of the loop, having one install() per group of files. While it would be nice if we could do this, it means that we flatten the relative directory tree and every source ends up in the root. The right way to do this is to use FILE_SETS, which preserve the relative directory tree, but they are not available until CMake 3.23.

Differential Revision: https://reviews.llvm.org/D129434
2022-07-09 19:22:51 -07:00
..
benchmark/python [mlir] Fix declaration of nano time function in benchmark infra 2022-05-13 13:22:18 +02:00
cmake/modules Restore Python install behavior from before D128230. 2022-07-09 19:22:51 -07:00
docs [mlir:LSP] Add support for code completing attributes and types 2022-07-08 16:24:55 -07:00
examples [mlir] move SCF headers to SCF/{IR,Transforms} respectively 2022-06-20 10:18:01 +02:00
include [mlir:LSP] Add support for code completing attributes and types 2022-07-08 16:24:55 -07:00
lib [mlir][vector] Relax reduction distribution pattern 2022-07-09 18:36:39 +00:00
python [mlir] Transform dialect: introduce merge_handles op 2022-07-07 13:19:46 +02:00
test [mlir][vector] Relax reduction distribution pattern 2022-07-09 18:36:39 +00:00
tools [mlir:LSP] Add support for code completing attributes and types 2022-07-08 16:24:55 -07:00
unittests [mlir] Add method to populate default attributes 2022-07-08 11:31:13 -07:00
utils [vscode-mlir] add tablegen <> bracket colorization 2022-07-08 10:58:38 -07:00
.clang-format [mlir] Add missing newline at end of .clang-format file 2022-06-14 23:59:00 -07:00
.clang-tidy Enable readability-redundant-smartptr-get in MLIR local clang-tidy config 2022-01-08 20:07:11 +00:00
CMakeLists.txt Revert "[cmake] Don't export `LLVM_TOOLS_INSTALL_DIR` anymore" 2022-06-10 19:26:12 +00:00
LICENSE.TXT
README.md

README.md

Multi-Level Intermediate Representation

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