llvm-project/mlir
George Mitenkov 9c224fd48a [MLIR][SPIRVToLLVM] Updated the documentation for type conversion
This patch updates the type conversion section of the documentation.
It includes the modelling of array strides and the mapping of the
naturally padded structs.

Reviewed By: mravishankar

Differential Revision: https://reviews.llvm.org/D86674
2020-08-27 07:47:55 +03:00
..
cmake/modules [mlir] Make mlir_check_link_libraries() work with interface libraries 2020-08-14 11:39:04 -07:00
docs [MLIR][SPIRVToLLVM] Updated the documentation for type conversion 2020-08-27 07:47:55 +03:00
examples Remove the use of global dialect registration from the standalone-translate.cpp example (NFC) 2020-08-26 05:14:04 +00:00
include [MLIR][SPIRV] Added optional name to SPIR-V module 2020-08-27 07:32:31 +03:00
integration_test [mlir] [VectorOps] Add masked load/store operations to Vector dialect 2020-08-05 16:45:24 -07:00
lib [MLIR][SPIRV] Added optional name to SPIR-V module 2020-08-27 07:32:31 +03:00
test [MLIR][SPIRV] Added optional name to SPIR-V module 2020-08-27 07:32:31 +03:00
tools Fix MLIR build with MLIR_INCLUDE_TESTS=OFF 2020-08-27 04:04:20 +00:00
unittests [MLIR] Redundancy detection for FlatAffineConstraints using Simplex 2020-08-20 13:38:51 +05:30
utils [MLIR][NFC] Update MLIR vim syntax file - std ops + types 2020-08-22 11:20:57 +05:30
.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] Initial version of C APIs 2020-08-05 15:04:08 +02: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.