llvm-project/mlir
Marius Brehler 07f1047f41 [mlir] Refactor finding python
This drops the use of deprecated CMake modules to find python.

Differential Revision: https://reviews.llvm.org/D91197
2020-11-10 21:21:40 +01:00
..
cmake/modules [mlir] Refactor finding python 2020-11-10 21:21:40 +01:00
docs [MLIR] Change FuncOp assembly syntax to print visibility inline instead of in attrib dict. 2020-11-09 11:08:08 -08:00
examples [MLIR] Add setPublic(), setPrivate(), and setNested() to Symbol interface 2020-11-09 13:56:38 -08:00
include [mlir] ODS-backed python binding generator for custom op classes 2020-11-10 10:58:29 +01:00
integration_test [mlir][std] Add ExpandOps pass. 2020-11-09 21:58:28 +01:00
lib Add Python binding to run a PassManager on a MLIR Module 2020-11-10 20:06:23 +00:00
test Add Python binding to run a PassManager on a MLIR Module 2020-11-10 20:06:23 +00:00
tools Add basic Python bindings for the PassManager and bind libTransforms 2020-11-10 19:55:21 +00:00
unittests [mlir] Fix missing namespaces in OpBuildGen.cpp 2020-11-05 18:11:01 +01:00
utils [mlir] Fix TypeID lookup in GDB pretty printers. 2020-10-27 07:12:32 +01: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 [mlir] Refactor finding python 2020-11-10 21:21:40 +01: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.