llvm-project/mlir
Aart Bik 9ddb464d37 [mlir] refactor common idiom into AffineMap method
motivated by a refactoring in the new sparse code (yet to be merged), this avoids some lengthy code dup

Reviewed By: mehdi_amini

Differential Revision: https://reviews.llvm.org/D91465
2020-11-13 19:18:13 -08:00
..
cmake/modules [mlir][Python] Add Windows DLL loader to get python extensions working there. 2020-11-11 09:54:47 -08:00
docs [mlir] Add plus, star and optional less/greater parsing 2020-11-12 13:28:31 +01:00
examples [MLIR] Add setPublic(), setPrivate(), and setNested() to Symbol interface 2020-11-09 13:56:38 -08:00
include [mlir] refactor common idiom into AffineMap method 2020-11-13 19:18:13 -08:00
integration_test [mlir] Transform scf.parallel to scf.for + async.execute 2020-11-13 04:02:56 -08:00
lib [mlir] refactor common idiom into AffineMap method 2020-11-13 19:18:13 -08:00
test [mlir][vector] Support N-D vector in InsertMap/ExtractMap op 2020-11-13 12:40:17 -08:00
tools [mlir] Add plus, star and optional less/greater parsing 2020-11-12 13:28:31 +01:00
unittests [mlir] Add NumberOfExecutions analysis + update RegionBranchOpInterface interface to query number of region invocations 2020-11-11 01:43:17 -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] 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.