llvm-project/mlir
Kern Handa cde071c4bf [mlir] Update mlir/CMakeLists.txt to install *.td files
Currently when you build the `install` target, TableGen files don't get
installed.

TableGen files are needed when authoring new MLIR dialects, but right
now they're missing when using the pre-built binaries.

Differential Revision: https://reviews.llvm.org/D71958
2019-12-29 18:05:11 +01:00
..
docs [mlir][spirv] Update docs regarding how to define new ops and types 2019-12-27 15:33:09 -05:00
examples NFC: Replace ValuePtr with Value and remove it now that Value is value-typed. 2019-12-23 16:36:53 -08:00
include [mlir] Merge the successor operand count into BlockOperand. 2019-12-27 20:35:31 -08:00
lib [mlir] Fix the wrong computation of dynamic strides for lowering AllocOp to LLVM 2019-12-28 23:33:28 +01:00
test [mlir] Fix the wrong computation of dynamic strides for lowering AllocOp to LLVM 2019-12-28 23:33:28 +01:00
tools [mlir][spirv] Add basic definitions for supporting availability 2019-12-27 16:25:09 -05:00
unittests NFC: Replace ValuePtr with Value and remove it now that Value is value-typed. 2019-12-23 16:36:53 -08:00
utils Fix the MLIR Vim syntax file: the keyword group was missing 2019-12-26 04:50:38 +00:00
.clang-format [mlir] add .clang-format 2019-03-29 12:41:43 -07:00
.clang-tidy Add a clang-tidy configuration file for MLIR, it is using camelBack for naming at the moment 2019-12-26 21:42:01 +00:00
CMakeLists.txt [mlir] Update mlir/CMakeLists.txt to install *.td files 2019-12-29 18:05:11 +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.