llvm-project/mlir
Alex Zinenko f7d033f4d8 [mlir] Support WsLoopOp in OpenMP to LLVM dialect conversion
It is a simple conversion that only requires to change the region argument
types, generalize it from ParallelOp.

Reviewed By: kiranchandramohan

Differential Revision: https://reviews.llvm.org/D91989
2020-11-23 23:28:02 +01:00
..
cmake/modules [mlir][Python] Support finding pybind11 from the python environment. 2020-11-22 12:52:01 -08:00
docs [mlir][Python] Support finding pybind11 from the python environment. 2020-11-22 12:52:01 -08:00
examples [mlir][BuiltinDialect] Resolve comments from D91571 2020-11-19 11:12:49 -08:00
include Use MlirStringRef throughout the C API 2020-11-23 14:07:30 -08:00
integration_test [mlir] Fix async microbench integration test 2020-11-21 07:02:24 -08:00
lib [mlir] Support WsLoopOp in OpenMP to LLVM dialect conversion 2020-11-23 23:28:02 +01:00
test [mlir] Support WsLoopOp in OpenMP to LLVM dialect conversion 2020-11-23 23:28:02 +01:00
tools [mlir][Linalg] Fuse sequence of Linalg operation (on buffers) 2020-11-23 10:30:51 -08:00
unittests [mlir][BuiltinDialect] Resolve comments from D91571 2020-11-19 11:12:49 -08: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][Python] Support finding pybind11 from the python environment. 2020-11-22 12:52:01 -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.