llvm-project/mlir
Lei Zhang 596012b256 [mlir][spirv] Update docs regarding how to define new ops and types
This commit expands on the steps of defining a new SPIR-V op and
also provides pointers on how to define a new SPIR-V specific type.

Differential Revision: https://reviews.llvm.org/D71928
2019-12-27 15:33:09 -05: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] fix typo in a comment 2019-12-27 12:15:26 +01:00
lib [mlir] Convert std.and/std.or ops to spv.LogicalAnd/spv.LogicalOr 2019-12-27 11:33:17 -08:00
test [mlir] Convert std.and/std.or ops to spv.LogicalAnd/spv.LogicalOr 2019-12-27 11:33:17 -08:00
tools Add an __attribute__((unused)) to populateWithGenerated since it might 2019-12-26 18:48:59 -08: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 Restructure and update Linalg ODS and documentation - NFC 2019-12-19 13:17:35 -08: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.